Last change
on this file since 22118 was
16007,
checked in by grum, 12 years ago
|
feature:2637- compatibility with Piwigo 2.4
|
File size:
1.0 KB
|
Line | |
---|
1 | #iListTags.roma table tr:hover { cursor:pointer; background:#303030; } |
---|
2 | #iListImages.roma table tr:hover, table.roma tr:hover { background:#303030; cursor:default; } |
---|
3 | li.groupItems table.tagListOrderItem span.listMove, |
---|
4 | li.groupItems span.listMove { |
---|
5 | display:inline-block; |
---|
6 | position:relative; |
---|
7 | width:15px; |
---|
8 | height:15px; |
---|
9 | background:url(./../GrumPluginClasses/icons/buttons.png) transparent no-repeat -285px -15px; |
---|
10 | } |
---|
11 | li.groupItems table.tagListOrderItem:hover span.listMove, |
---|
12 | li.groupItems:hover span.listMove { |
---|
13 | background-position:-285px 0px; |
---|
14 | } |
---|
15 | span.buttonEdit { |
---|
16 | background-position:-240px -15px; |
---|
17 | } |
---|
18 | span.buttonDelete { |
---|
19 | background-position:-255px -15px; |
---|
20 | } |
---|
21 | span.buttonEdit:hover { |
---|
22 | background-position:-240px 0px; |
---|
23 | } |
---|
24 | span.buttonDelete:hover { |
---|
25 | background-position:-255px 0px; |
---|
26 | } |
---|
27 | span.buttonPreferences { |
---|
28 | background-position:-330px -15px; |
---|
29 | } |
---|
30 | span.buttonPreferences:hover { |
---|
31 | background-position:-330px -0px; |
---|
32 | } |
---|
33 | span.buttonMove{ |
---|
34 | background-position:-285px -15px; |
---|
35 | } |
---|
36 | span.buttonMove:hover { |
---|
37 | background-position:-285px 0px; |
---|
38 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.