source: extensions/AMenuManager/amm_roma.css @ 20461

Last change on this file since 20461 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
3div#iList.roma table tr:hover { background:#303030; }
4
5li.menuListItem span.menuListMove,
6li.pluginBox span.listMove,
7li.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}
14li.menuListItem:hover span.menuListMove,
15li.pluginBox:hover span.listMove,
16li.menuItem:hover span.listMove {
17  background-position:-285px 0px;
18}
19span.buttonEdit {
20  background-position:-240px -15px;
21}
22span.buttonDelete {
23  background-position:-255px -15px;
24}
25span.buttonEdit:hover {
26  background-position:-240px 0px;
27}
28span.buttonDelete:hover {
29  background-position:-255px 0px;
30}
Note: See TracBrowser for help on using the repository browser.