diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-16 05:44:29 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-16 05:44:29 +0000 |
commit | 7364bc1606063e03972f35bedb65b1528840ce96 (patch) | |
tree | ed32a620c3a9152787dfb998ef0f266086748239 /themes/clear/theme.css | |
parent | e97974a42e64ee43d95cef258d65d9b022929dbe (diff) |
css sprites for all themes
git-svn-id: http://piwigo.org/svn/trunk@8161 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/clear/theme.css | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/themes/clear/theme.css b/themes/clear/theme.css index 07e86ecda..8a398b802 100644 --- a/themes/clear/theme.css +++ b/themes/clear/theme.css @@ -56,11 +56,11 @@ A, INPUT.rateButton { } A:hover, INPUT.rateButton:hover { - color: #858460; + color: #808060; } -#imageToolBar A, #imageToolBar A:hover { - border-bottom: none; +A.pwg-state-default { + border: 0; } A.navThumb, A.navThumb:hover { @@ -73,5 +73,13 @@ A.navThumb, A.navThumb:hover { border: 1px solid silver; } -#qsearchInput { color: #d3d3d3; } -#qsearchInput:focus { color: #005e89; }
\ No newline at end of file +#qsearchInput { color: #005e89; } + +.pwg-icon { + background-image: url(../default/s26/outline_005e89.png); +} + +A:hover .pwg-icon { + background-image: url(../default/s26/outline_808060.png); +} + |