source: extensions/GrumPluginClasses/css/inputSwitchButton_clear.css @ 15907

Last change on this file since 15907 was 15340, checked in by grum, 12 years ago

feature:2436 - Compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 308 bytes
Line 
1
2/* clear css */
3.ui-inputSwitchButton-unchecked {
4  background:none repeat scroll 0 0 #999999;
5  border-color:#DDDDDD #666666 #666666 #DDDDDD;
6  color:#005E89;
7}
8
9.ui-inputSwitchButton-checked {
10  background:none repeat scroll 0 0 #666666;
11  border-color:#666666 #DDDDDD #DDDDDD #666666;
12  color:#ff3363;
13}
Note: See TracBrowser for help on using the repository browser.