diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-27 14:43:46 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-27 14:43:46 +0100 |
commit | 532bc5b5e5e60e6397e331b2a16dadb474d8ca6c (patch) | |
tree | ead93e2e1ee3a601f79183fc477c29744da11a29 /skins/classic/mail.css | |
parent | bc53e22440b78ebc47f490ac2f549f193b99d1f8 (diff) |
Small fixes for Opera
Diffstat (limited to 'skins/classic/mail.css')
-rw-r--r-- | skins/classic/mail.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css index ac346d58d..54673fe64 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -1720,6 +1720,11 @@ input.from_address background: url("images/icons/groupactions.png") no-repeat right -70px; } +#abookactions a.disabled +{ + color: #999; +} + #compose-contacts #quicksearchbar { top: 2px; |