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 /skins/classic/common.css | |
parent | 1db12a9037796610df11a8be819cf126011b5818 (diff) | |
parent | a7439075b6bb833f4bffe4bd2db01457d7fe9a3d (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/classic/common.css')
-rw-r--r-- | skins/classic/common.css | 7 |
1 files changed, 7 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; |