source: extensions/AMetaData/amd_roma.css @ 31958

Last change on this file since 31958 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; }
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 -15px;
10}
11li.groupItems table.tagListOrderItem:hover span.listMove,
12li.groupItems:hover span.listMove {
13  background-position:-285px 0px;
14}
15span.buttonEdit {
16  background-position:-240px -15px;
17}
18span.buttonDelete {
19  background-position:-255px -15px;
20}
21span.buttonEdit:hover {
22  background-position:-240px 0px;
23}
24span.buttonDelete:hover {
25  background-position:-255px 0px;
26}
27span.buttonPreferences {
28  background-position:-330px -15px;
29}
30span.buttonPreferences:hover {
31  background-position:-330px -0px;
32}
33span.buttonMove{
34  background-position:-285px -15px;
35}
36span.buttonMove:hover {
37  background-position:-285px 0px;
38}
Note: See TracBrowser for help on using the repository browser.