Merge branch 'master' of github.com:roundcube/roundcubemail

pull/198/head
Aleksander Machniak 10 years ago
commit c6220abe5e

@ -284,6 +284,13 @@ body > #message div.loading,
border: 1px solid #CCCCCC;
}
body > #message div.voice
{
position: absolute;
top: -1000px;
clip: rect(0 0 0 0);
}
body > #message a
{
cursor: pointer;

@ -695,6 +695,11 @@ a.iconlink.upload {
background: url(images/ajaxloader_dark.gif) 0 4px no-repeat;
}
#messagestack div.voice {
position: absolute;
top: -1000px;
}
#messagestack div a {
color: #94c0da;
}

Loading…
Cancel
Save