diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-20 15:31:06 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-20 15:31:06 +0200 |
commit | c6220abe5e6970cd1ccced1e8d67d90c7c7a964c (patch) | |
tree | 886d4c30910af61eda2f19365ccdd4d686f0eeb9 | |
parent | 1db12a9037796610df11a8be819cf126011b5818 (diff) | |
parent | a7439075b6bb833f4bffe4bd2db01457d7fe9a3d (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
-rw-r--r-- | skins/classic/common.css | 7 | ||||
-rw-r--r-- | skins/larry/styles.css | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css index cc1f3e60a..01a72bb29 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -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; diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 743ad71f4..1c2bd66dd 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -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; } |