Aleksander Machniak
2014-06-20 c6220abe5e6970cd1ccced1e8d67d90c7c7a964c
Merge branch 'master' of github.com:roundcube/roundcubemail
2 files modified
12 ■■■■■ changed files
skins/classic/common.css 7 ●●●●● patch | view | raw | blame | history
skins/larry/styles.css 5 ●●●●● patch | view | raw | blame | history
skins/classic/common.css
@@ -284,6 +284,13 @@
  border: 1px solid #CCCCCC;
}
body > #message div.voice
{
    position: absolute;
    top: -1000px;
    clip: rect(0 0 0 0);
}
body > #message a
{
  cursor: pointer;
skins/larry/styles.css
@@ -695,6 +695,11 @@
    background: url(images/ajaxloader_dark.gif) 0 4px no-repeat;
}
#messagestack div.voice {
    position: absolute;
    top: -1000px;
}
#messagestack div a {
    color: #94c0da;
}