@daraelmin Add enabled module color in var
This commit is contained in:
parent
5348f13a60
commit
078f586299
@ -43,6 +43,7 @@
|
|||||||
--amountremaintopaycolor:#880000;
|
--amountremaintopaycolor:#880000;
|
||||||
--amountpaymentcomplete:#008800;
|
--amountpaymentcomplete:#008800;
|
||||||
--amountremaintopaybackcolor:none;
|
--amountremaintopaybackcolor:none;
|
||||||
|
--infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8);
|
||||||
}
|
}
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
@ -87,6 +88,7 @@ if (!empty($conf->global->THEME_DARKMODEENABLED)) {
|
|||||||
--amountremaintopaycolor:rgb(252,84,91);
|
--amountremaintopaycolor:rgb(252,84,91);
|
||||||
--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);
|
||||||
}\n";
|
}\n";
|
||||||
if ($conf->global->THEME_DARKMODEENABLED != 2) {
|
if ($conf->global->THEME_DARKMODEENABLED != 2) {
|
||||||
print "}\n";
|
print "}\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user