Last change
on this file since 17877 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:
796 bytes
|
Rev | Line | |
---|
[7370] | 1 | .pnInactive:hover { background:#F1F1F1; } |
---|
| 2 | .pnActive { background:#F1F1F1; } |
---|
| 3 | div.cbOperatorBg { background:#dbe8f3; } |
---|
[16012] | 4 | .iconSwitchCondition, |
---|
| 5 | .iconMove, |
---|
| 6 | .iconDelete, |
---|
| 7 | .iconEdit { |
---|
| 8 | background:url(./../icons/buttons.png) no-repeat 0 0 transparent; |
---|
| 9 | } |
---|
| 10 | .iconSwitchCondition { |
---|
| 11 | background-position:-300px -90px; |
---|
| 12 | } |
---|
| 13 | .iconSwitchCondition:hover { |
---|
| 14 | background-position:-300px -105px; |
---|
| 15 | } |
---|
| 16 | |
---|
| 17 | .iconMove { |
---|
| 18 | background-position:-285px -90px; |
---|
| 19 | } |
---|
| 20 | .iconMove:hover { |
---|
| 21 | background-position:-285px -105px; |
---|
| 22 | } |
---|
| 23 | |
---|
| 24 | .iconDelete { |
---|
| 25 | background-position:-255px -90px; |
---|
| 26 | } |
---|
| 27 | .iconDelete:hover { |
---|
| 28 | background-position:-255px -105px; |
---|
| 29 | } |
---|
| 30 | |
---|
| 31 | .iconEdit { |
---|
| 32 | background-position:-240px -90px; |
---|
| 33 | } |
---|
| 34 | .iconEdit:hover { |
---|
| 35 | background-position:-240px -105px; |
---|
| 36 | } |
---|
[7370] | 37 | .cbItemMultiple { border:1px solid #999999; } |
---|
| 38 | .cbItemOverGroup { border:1px dotted #999999; } |
---|
Note: See
TracBrowser
for help on using the repository browser.