summaryrefslogtreecommitdiff
path: root/skins/larry/settings.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-06-19 19:14:35 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-06-19 19:14:35 +0200
commit0f3ae423a627142b564fbc024e465f5d2ddb2502 (patch)
tree7817d9b70e9302de78bd74f14dbf9a81261c19d9 /skins/larry/settings.css
parent8a6fde02de3ba6742290eb303d7e3691d27e5d8b (diff)
Highlight the entire row of selected items with a slightly darker background
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r--skins/larry/settings.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index f962a8457..e0047f9da 100644
--- a/skins/larry/settings.css
+++ b/skins/larry/settings.css
@@ -54,7 +54,9 @@
#settings-sections span.listitem a,
#settings-sections span.tablink a {
padding-left: 36px;
- background: url(images/listicons.png) -100px 0 no-repeat;
+ background-image: url(images/listicons.png);
+ background-position: -100px 0;
+ background-repeat: no-repeat;
}
/* note: support span.tablink because this is used by plugins */