Fix Darkmode bgcolor for warning

This commit is contained in:
daraelmin 2022-12-17 17:10:46 +01:00 committed by GitHub
parent c6ee45cc53
commit 748d8cdc54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@
--productlinestockod: #002200; --productlinestockod: #002200;
--productlinestocktoolow: #884400; --productlinestocktoolow: #884400;
--infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8); --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
--tablevalidbgcolor: rgb(252, 248, 227);
} }
<?php <?php
@ -103,6 +104,7 @@ if (!empty($conf->global->THEME_DARKMODEENABLED)) {
--amountpaymentcomplete:rgb(101,184,77); --amountpaymentcomplete:rgb(101,184,77);
--amountremaintopaybackcolor:rbg(245,130,46); --amountremaintopaybackcolor:rbg(245,130,46);
--infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231); --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #000, #000, #000, #274231);
--tablevalidbgcolor: rgb(80, 64, 33);
} }
body, button { body, button {
@ -5001,7 +5003,7 @@ table.valid {
padding-right: 4px; padding-right: 4px;
padding-bottom: 4px; padding-bottom: 4px;
margin: 0px 0px; margin: 0px 0px;
background: #fcf8e3; background: var(--tablevalidbgcolor);
} }
.validtitre { .validtitre {