From 7364bc1606063e03972f35bedb65b1528840ce96 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 16 Dec 2010 05:44:29 +0000 Subject: css sprites for all themes git-svn-id: http://piwigo.org/svn/trunk@8161 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/clear/theme.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'themes/clear') 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); +} + -- cgit v1.2.3