Thomas Bruederli
2014-06-20 a7439075b6bb833f4bffe4bd2db01457d7fe9a3d
Hide voice messages
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;
}