diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-03 09:43:22 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-04 07:46:41 -0800 |
commit | aa4ed454737d45bf8140fd84f2eea2e04ed4a7d6 (patch) | |
tree | 9b2f648e60043258e36d5e7b5cd64db2977c4924 /themes/wind/css | |
parent | cc1d25ae0a706ea5969b88e871549800630b7e03 (diff) |
Differentiate between selected and non selected items.
Diffstat (limited to 'themes/wind/css')
-rw-r--r-- | themes/wind/css/screen.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 12fa695d..630e8bbd 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -447,3 +447,4 @@ td { .rtl #g-view-menu #g-slideshow-link { background-image: url('../images/ico-view-slideshow-rtl.png'); } + |