Last change
on this file since 26149 was
16006,
checked in by grum, 12 years ago
|
feature:2642- compatibility with Piwigo 2.4
|
File size:
722 bytes
|
Line | |
---|
1 | /* AMM ADMIN -ROMA- */ |
---|
2 | |
---|
3 | div#iList.roma table tr:hover { background:#303030; } |
---|
4 | |
---|
5 | li.menuListItem span.menuListMove, |
---|
6 | li.pluginBox span.listMove, |
---|
7 | li.menuItem span.listMove { |
---|
8 | width:15px; |
---|
9 | display:inline-block; |
---|
10 | height:15px; |
---|
11 | position:relative; |
---|
12 | background:url(./../GrumPluginClasses/icons/buttons.png) transparent no-repeat -285px -15px; |
---|
13 | } |
---|
14 | li.menuListItem:hover span.menuListMove, |
---|
15 | li.pluginBox:hover span.listMove, |
---|
16 | li.menuItem:hover span.listMove { |
---|
17 | background-position:-285px 0px; |
---|
18 | } |
---|
19 | span.buttonEdit { |
---|
20 | background-position:-240px -15px; |
---|
21 | } |
---|
22 | span.buttonDelete { |
---|
23 | background-position:-255px -15px; |
---|
24 | } |
---|
25 | span.buttonEdit:hover { |
---|
26 | background-position:-240px 0px; |
---|
27 | } |
---|
28 | span.buttonDelete:hover { |
---|
29 | background-position:-255px 0px; |
---|
30 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.