Last change
on this file since 23036 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 | /* roma css */ |
---|
3 | |
---|
4 | .ui-inputSwitchButton-unchecked { |
---|
5 | background:#FF7700; |
---|
6 | border: 0px; |
---|
7 | -moz-border-radius:2px; |
---|
8 | -webkit-border-radius:2px; |
---|
9 | -khtml-border-radius:2px; |
---|
10 | border-radius:2px; |
---|
11 | color: #FFFFFF; |
---|
12 | } |
---|
13 | |
---|
14 | .ui-inputSwitchButton-checked { |
---|
15 | background:#FF3363; |
---|
16 | border: 0px; |
---|
17 | -moz-border-radius:2px; |
---|
18 | -webkit-border-radius:2px; |
---|
19 | -khtml-border-radius:2px; |
---|
20 | border-radius:2px; |
---|
21 | color: #FFFFFF; |
---|
22 | } |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.