source: extensions/GrumPluginClasses/css/rbuilder_roma.css @ 16012

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

feature:2634- compatibility with Piwigo 2.4
+add some objects on js framework

  • Property svn:executable set to *
File size: 819 bytes
Line 
1.pnInactive:hover { background:#999999; color:#444444; }
2.pnActive { background:#999999; color:#444444; }
3div.cbOperatorBg { background:#333333; }
4.iconSwitchCondition,
5.iconMove,
6.iconDelete,
7.iconEdit {
8  background:url(./../icons/buttons.png) no-repeat 0 0 transparent;
9}
10.iconSwitchCondition {
11  background-position:-300px -15px;
12}
13.iconSwitchCondition:hover {
14  background-position:-300px -0px;
15}
16
17.iconMove {
18  background-position:-285px -15px;
19}
20.iconMove:hover {
21  background-position:-285px -0px;
22}
23
24.iconDelete {
25  background-position:-255px -15px;
26}
27.iconDelete:hover {
28  background-position:-255px -0px;
29}
30
31.iconEdit {
32  background-position:-240px -15px;
33}
34.iconEdit:hover {
35  background-position:-240px -0px;
36}
37
38.cbItemMultiple { border:1px solid #666666; }
39.cbItemOverGroup { border:1px dotted #666666; }
Note: See TracBrowser for help on using the repository browser.