Last change
on this file since 22021 was
16012,
checked in by grum, 12 years ago
|
feature:2634- compatibility with Piwigo 2.4
+add some objects on js framework
|
-
Property svn:executable set to
*
|
File size:
407 bytes
|
Line | |
---|
1 | |
---|
2 | /* clear css */ |
---|
3 | .ui-inputSwitchButton-unchecked { |
---|
4 | background:#005e89; |
---|
5 | border: 0px; |
---|
6 | -moz-border-radius:2px; |
---|
7 | -webkit-border-radius:2px; |
---|
8 | -khtml-border-radius:2px; |
---|
9 | border-radius:2px; |
---|
10 | color: #FFFFFF; |
---|
11 | } |
---|
12 | |
---|
13 | .ui-inputSwitchButton-checked { |
---|
14 | background:#d54e21; |
---|
15 | border: 0px; |
---|
16 | -moz-border-radius:2px; |
---|
17 | -webkit-border-radius:2px; |
---|
18 | -khtml-border-radius:2px; |
---|
19 | border-radius:2px; |
---|
20 | color: #FFFFFF; |
---|
21 | } |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.