source: extensions/AMetaData/amd_clear.css @ 28566

Last change on this file since 28566 was 16007, checked in by grum, 12 years ago

feature:2637- compatibility with Piwigo 2.4

File size: 1.1 KB
Line 
1#iListTags.clear table tr:hover { cursor:pointer; color: #D54E21; background:#dbe8f3; }
2#iListImages.clear table tr:hover, table.clear tr:hover { color: #D54E21; background:#dbe8f3; cursor:default; }
3li.groupItems table.tagListOrderItem span.listMove,
4li.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 -90px;
10}
11li.groupItems table.tagListOrderItem:hover span.listMove,
12li.groupItems:hover span.listMove {
13  background-position:-285px -105px;
14}
15span.buttonEdit {
16  background-position:-240px -90px;
17}
18span.buttonDelete {
19  background-position:-255px -90px;
20}
21span.buttonEdit:hover {
22  background-position:-240px -105px;
23}
24span.buttonDelete:hover {
25  background-position:-255px -105px;
26}
27span.buttonPreferences {
28  background-position:-330px -90px;
29}
30span.buttonPreferences:hover {
31  background-position:-330px -105px;
32}
33span.buttonMove{
34  background-position:-285px -90px;
35}
36span.buttonMove:hover {
37  background-position:-285px -105px;
38}
Note: See TracBrowser for help on using the repository browser.