source: extensions/GrumPluginClasses/css/inputSwitchButton_roma.css @ 15340

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

feature:2436 - Compatibility with Piwigo 2.4

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