diff --git a/public_html/assets/css/table-style.css b/public_html/assets/css/table-style.css index 14d6a90..725f1af 100644 --- a/public_html/assets/css/table-style.css +++ b/public_html/assets/css/table-style.css @@ -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 --------------------------------------------------------------*/ diff --git a/public_html/doc/order_driver.php b/public_html/doc/order_driver.php index 79ab82d..dc433c6 100644 --- a/public_html/doc/order_driver.php +++ b/public_html/doc/order_driver.php @@ -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) {