parent
b68e3d718c
commit
68a24ad0ac
|
|
@ -273,6 +273,13 @@ table.tb-list th {
|
|||
.tb-list .bg-period-reg:hover{
|
||||
background-color: var(--color-period-reg-hover) !important;
|
||||
}
|
||||
|
||||
.tb-list .bg-self-added{
|
||||
background-color: rgb(230, 246, 248);
|
||||
}
|
||||
.tb-list .bg-self-added:hover{
|
||||
background-color: rgb(212, 234, 238) !important;
|
||||
}
|
||||
/*--------------------------------------------------------------
|
||||
# Icon style
|
||||
--------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ foreach ($rows as $list) {
|
|||
|
||||
if ($d_ordertype == "R") $d_ordertypeSTR = "class='bg-request'";
|
||||
else if ($d_ordertype == "S") $d_ordertypeSTR = "class='bg-period'";
|
||||
else if ($d_driveruid == $d_createruid) $d_ordertypeSTR = "class='bg-period-reg'";
|
||||
else if ($d_driveruid == $d_createruid) $d_ordertypeSTR = "class='bg-self-added'";
|
||||
else $d_ordertypeSTR = "";
|
||||
|
||||
if ($d_fullcycleflag == 1) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue