CSS
This commit is contained in:
parent
fc18e190d1
commit
e42caf1dd9
@ -121,7 +121,7 @@ if (empty($user->societe_id))
|
|||||||
$boxstat.='<div class="inline-block valignmiddle">'.$langs->trans("DolibarrStateBoard").'</div>';
|
$boxstat.='<div class="inline-block valignmiddle">'.$langs->trans("DolibarrStateBoard").'</div>';
|
||||||
$boxstat.='</th>';
|
$boxstat.='</th>';
|
||||||
$boxstat.='</tr>';
|
$boxstat.='</tr>';
|
||||||
$boxstat.='<tr class="impair"><td class="tdboxstats nohover flexcontainer">';
|
$boxstat.='<tr class="nobottom nohover"><td class="tdboxstats nohover flexcontainer">';
|
||||||
|
|
||||||
$object=new stdClass();
|
$object=new stdClass();
|
||||||
$parameters=array();
|
$parameters=array();
|
||||||
@ -602,8 +602,6 @@ if (! empty($valid_dashboardlines))
|
|||||||
$boxwork .='<div class="boxstatsindicator thumbstat150 nobold nounderline"><div class="boxstats150empty"></div></div>';
|
$boxwork .='<div class="boxstatsindicator thumbstat150 nobold nounderline"><div class="boxstats150empty"></div></div>';
|
||||||
$boxwork .='<div class="boxstatsindicator thumbstat150 nobold nounderline"><div class="boxstats150empty"></div></div>';
|
$boxwork .='<div class="boxstatsindicator thumbstat150 nobold nounderline"><div class="boxstats150empty"></div></div>';
|
||||||
$boxwork .='<div class="boxstatsindicator thumbstat150 nobold nounderline"><div class="boxstats150empty"></div></div>';
|
$boxwork .='<div class="boxstatsindicator thumbstat150 nobold nounderline"><div class="boxstats150empty"></div></div>';
|
||||||
$boxwork .='<div class="boxstatsindicator thumbstat150 nobold nounderline"><div class="boxstats150empty"></div></div>';
|
|
||||||
$boxwork .='<div class="boxstatsindicator thumbstat150 nobold nounderline"><div class="boxstats150empty"></div></div>';
|
|
||||||
|
|
||||||
$boxwork .='</div>';
|
$boxwork .='</div>';
|
||||||
$boxwork .='</td></tr>';
|
$boxwork .='</td></tr>';
|
||||||
|
|||||||
@ -1447,8 +1447,7 @@ li.menuhider:hover {
|
|||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
li.tmenusel, li.tmenu:hover {
|
li.tmenusel, li.tmenu:hover {
|
||||||
background: rgba(0, 0, 0, 0.1);
|
/* background: rgba(0, 0, 0, 0.1); */
|
||||||
/* background: rgb(<?php echo $colorbackhmenu1 ?>); */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li.tmenusel::after, li.tmenu:hover::after{
|
li.tmenusel::after, li.tmenu:hover::after{
|
||||||
@ -3150,7 +3149,7 @@ div:not(.fichecenter):not(.fichehalfleft):not(.ficheaddleft) .oddeven.tagtr:nth-
|
|||||||
.noborder > tbody > tr:nth-child(even):not(:last-child) td:not(.liste_titre), .liste > tbody > tr:nth-child(even):not(:last-child) td:not(.liste_titre),
|
.noborder > tbody > tr:nth-child(even):not(:last-child) td:not(.liste_titre), .liste > tbody > tr:nth-child(even):not(:last-child) td:not(.liste_titre),
|
||||||
.noborder .oddeven.tagtr:nth-child(even):not(:last-child) .tagtd:not(.liste_titre)
|
.noborder .oddeven.tagtr:nth-child(even):not(:last-child) .tagtd:not(.liste_titre)
|
||||||
{
|
{
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noborder > tbody > tr:nth-child(odd):not(.liste_titre), .liste > tbody > tr:nth-child(odd):not(.liste_titre),
|
.noborder > tbody > tr:nth-child(odd):not(.liste_titre), .liste > tbody > tr:nth-child(odd):not(.liste_titre),
|
||||||
@ -3166,7 +3165,7 @@ div:not(.fichecenter):not(.fichehalfleft):not(.ficheaddleft) .oddeven.tagtr:nth-
|
|||||||
.noborder > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre), .liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
|
.noborder > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre), .liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre),
|
||||||
.noborder .oddeven.tagtr:nth-child(odd):not(:last-child) .tagtd:not(.liste_titre)
|
.noborder .oddeven.tagtr:nth-child(odd):not(:last-child) .tagtd:not(.liste_titre)
|
||||||
{
|
{
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.noborder li:nth-child(even):not(.liste_titre) {
|
ul.noborder li:nth-child(even):not(.liste_titre) {
|
||||||
@ -3212,7 +3211,10 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
.boxstats {
|
.boxstats {
|
||||||
padding: 3px;
|
padding-left: 3px;
|
||||||
|
padding-right: 3px;
|
||||||
|
padding-top: 2px;
|
||||||
|
padding-bottom: 2px;
|
||||||
width: 121px;
|
width: 121px;
|
||||||
}
|
}
|
||||||
.boxstatscontent {
|
.boxstatscontent {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user