Changeset 59705 in spip-zone
- Timestamp:
- Mar 25, 2012, 10:34:31 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/svp/prive/style_prive_plugin_svp.html
r59693 r59705 46 46 .liste-plugins .liste-items .item h3 a { color: #ENV{foncee}; } 47 47 48 .liste-plugins .liste-items .item .actions { float:none;position:absolute;#ENV{right}:0;bottom:0;padding:5px;padding-bottom:0; background:#e8e8e8; filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; z-index: 100; }48 .liste-plugins .liste-items .item .actions { float:none;position:absolute;#ENV{right}:0;bottom:0;padding:5px;padding-bottom:0; background: #eee; filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; z-index: 100; } 49 49 .liste-plugins .liste-items .item:hover .actions { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } 50 50 … … 55 55 .liste-plugins .liste-items .item .picto_up { position: absolute; right: 46px; top:4px; } 56 56 57 .liste-plugins .liste-items .item.actif { background: #e8e8e8; } 58 .liste-plugins .liste-items .item.verrou { background: #eeeeee; } 59 .liste-plugins .liste-items .item.inactif { background: #fff; } 60 .liste-plugins .liste-items .item.inactif:hover { background: #eee; } 61 .liste-plugins .liste-items .item.inactif:hover .actions {background: #eee;} 57 .liste-plugins .liste-items .item.actif { background: #fff; } 58 .liste-plugins .liste-items .item.actif:hover {background:#eee;} 59 .liste-plugins .liste-items .item.verrou { background: #fff; } 60 .liste-plugins .liste-items .item.inactif { background: #e8e8e8; } 61 .liste-plugins .liste-items .item.inactif:hover { background: #eee; } 62 .liste-plugins .liste-items .item.inactif:hover .actions { background: #eee; } 62 63 63 64
Note: See TracChangeset
for help on using the changeset viewer.