source: extensions/AMenuManager/amm_clear.css @ 16006

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

feature:2642- compatibility with Piwigo 2.4

File size: 726 bytes
Line 
1div#iList.clear table tr:hover { color: #D54E21; background:#dbe8f3; }
2
3
4li.menuListItem span.menuListMove,
5li.pluginBox span.listMove,
6li.menuItem span.listMove {
7  width:15px;
8  display:inline-block;
9  height:15px;
10  position:relative;
11  background:url(./../GrumPluginClasses/icons/buttons.png) transparent no-repeat -285px -90px;
12}
13li.menuListItem:hover span.menuListMove,
14li.pluginBox:hover span.listMove,
15li.menuItem:hover span.listMove {
16  background-position:-285px -105px;
17}
18
19span.buttonEdit {
20  background-position:-240px -90px;
21}
22span.buttonDelete {
23  background-position:-255px -90px;
24}
25span.buttonEdit:hover {
26  background-position:-240px -105px;
27}
28span.buttonDelete:hover {
29  background-position:-255px -105px;
30}
Note: See TracBrowser for help on using the repository browser.