diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-12 12:22:49 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-12 12:22:49 +0000 |
commit | 7626e48e0172ffcbdca9c14f27134b03e0e501fb (patch) | |
tree | 93742558c7cf49fc2ce53befabb4cb71a0f41cbe /themes/clear/theme.css | |
parent | 4448b8db7f59b4408a3ebcad2cb1ac77f6b38b8a (diff) |
css sprites
git-svn-id: http://piwigo.org/svn/trunk@8091 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/clear/theme.css')
-rw-r--r-- | themes/clear/theme.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/clear/theme.css b/themes/clear/theme.css index dc690e1d9..07e86ecda 100644 --- a/themes/clear/theme.css +++ b/themes/clear/theme.css @@ -50,8 +50,9 @@ UL.thumbnails SPAN.wrap2:hover, /* links */ A, INPUT.rateButton { - color: #005e89; - background: transparent; + color: #005e89; + background: transparent; + border-bottom: 1px dotted #005e89; } A:hover, INPUT.rateButton:hover { |