/** DASHBOARD **/ /* Conteneur principal du plugin Dashboard */ .plugin-dashboard{ list-style-type: none; margin:0; padding:0; } .plugin-dashboard #dashboards {} /* formulaire d'édition de tableau de bord */ .plugin-dashboard .dashboard-form {} html.module-index, .module-index body{ background-color: #efefef; } .dashboard-placeholder{ transition: background 0.15s linear; cursor: pointer; position: relative; } .dashboard-placeholder:hover{ background-color: #e6e6e6; border-radius: 10px; } .dashboard-placeholder .placeholder-add{ display: inline-block; opacity: 0; text-align: center; height: 100%; vertical-align: bottom; line-height: 100%; position: absolute; color: #b5b3b3; top: calc(50% - 15px); left: calc(50% - 15px); font-size: 30px; transition: opacity 0.15s linear; } .dashboard-placeholder:hover .placeholder-add{ opacity: 1; } .dashboard-configure-menu li.active i.text-muted{ color: #ffffff!important; } .dashboard-configure-menu li{ cursor: pointer; transition: background 0.2s ease-in-out; } .dashboard-configure-menu li:hover{ background: #f3f3f3; }