diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-25 17:49:53 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-25 17:49:53 +0100 |
commit | 92964a4a6c40539ba100f71c3c5be35930be2867 (patch) | |
tree | f519caf31a9c308d667ccdecc7034ebdc1178ef2 /skins/larry | |
parent | dc088e25c2e96969705de7424bf18390b1505354 (diff) | |
parent | 0d4ccb8d8883769ccff175a52b15f9cb2fc442c5 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/mail.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 71b33571c..48eba6e02 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -52,7 +52,7 @@ bottom: 0; width: 100%; height: 27px; - border-radius: 0 0 4px 4px; + border-radius: 4px; border-top: none; } @@ -145,6 +145,7 @@ a.iconbutton.threadmode.selected { #mailboxlist li:first-child { border-radius: 4px 4px 0 0; + border-top: 0; } #mailboxlist li.mailbox a { |