mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
css sprites - almost done - still to implement nice colors and hover effect for clear and sylvia
git-svn-id: http://piwigo.org/svn/trunk@8119 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
+12
-4
@@ -6,7 +6,7 @@ INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
|
||||
}
|
||||
|
||||
H2, #menubar DT {
|
||||
color: #fff48e;
|
||||
color: #ffff80;
|
||||
}
|
||||
|
||||
|
||||
@@ -67,9 +67,17 @@ UL.thumbnails SPAN.wrap2:hover,
|
||||
/* links */
|
||||
A, INPUT.rateButton {
|
||||
color: #fff;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
A:hover {
|
||||
color: #FFF48E;
|
||||
}
|
||||
color: #ffff80;
|
||||
}
|
||||
|
||||
.pwg-icon {
|
||||
background-image: url(images/s26_outline_ffffff.png);
|
||||
}
|
||||
|
||||
A:hover .pwg-icon {
|
||||
background-image: url(images/s26_outline_ffff80.png);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user