diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-19 19:14:35 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 09:40:44 +0200 |
commit | 58cd494ebba195744c9b275152635f82860d798c (patch) | |
tree | 51dad9924f7627cab821cb0a9a9ce04e8cd99115 /skins/larry/styles.css | |
parent | eb04f60d4e28ba93feca9d9a7a8c65992a214975 (diff) |
Highlight the entire row of selected items with a slightly darker background
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index c64bc77ee..3c061352b 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -769,6 +769,7 @@ a.iconlink.upload { .listing li.selected > a { color: #004458; font-weight: bold; + background-color: #c7e3ef; } ul.listing { @@ -784,7 +785,7 @@ ul.listing li { ul.listing li.droptarget, table.listing tr.droptarget td { - background-color: #c7e3ef; + background-color: #e8e798; } table.listing, |