var
This commit is contained in:
parent
78861c1743
commit
e07905f950
@ -5,11 +5,12 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
|
|||||||
/* <style type="text/css" > */
|
/* <style type="text/css" > */
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--btncolortext:rgb(<?php print $colortextlink; ?>);
|
--btncolortext: rgb(<?php print $colortextlink; ?>);
|
||||||
--btncolorbg: #fbfbfb;
|
--btncolorbg: #fbfbfb;
|
||||||
--btncolorborderhover: none;
|
--btncolorborderhover: none;
|
||||||
--btncolorborder: #FFF;
|
--btncolorborder: #FFF;
|
||||||
--butactiondeletebg: rgb(234,228,225);
|
--butactiondeletebg: rgb(234,228,225);
|
||||||
|
--butactionbg: rgb(<?php print $butactionbg; ?>);
|
||||||
}
|
}
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
@ -26,6 +27,7 @@ if (!empty($conf->global->THEME_DARKMODEENABLED)) {
|
|||||||
--btncolorborderhover: #ffffff;
|
--btncolorborderhover: #ffffff;
|
||||||
--btncolorborder: #2b2c2e;
|
--btncolorborder: #2b2c2e;
|
||||||
--butactiondeletebg: rgb(252,84,91);
|
--butactiondeletebg: rgb(252,84,91);
|
||||||
|
--butactionbg: rgb(173,140,79);
|
||||||
|
|
||||||
}\n";
|
}\n";
|
||||||
if ($conf->global->THEME_DARKMODEENABLED != 2) {
|
if ($conf->global->THEME_DARKMODEENABLED != 2) {
|
||||||
@ -64,7 +66,7 @@ span.butAction, span.butActionDelete {
|
|||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
.butAction {
|
.butAction {
|
||||||
background: rgb(<?php echo $butactionbg ?>);
|
background: var(--butactionbg);
|
||||||
color: #FFF !important;
|
color: #FFF !important;
|
||||||
/* background: rgb(230, 232, 239); */
|
/* background: rgb(230, 232, 239); */
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,6 +10,7 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
|
|||||||
--btncolorborderhover: none;
|
--btncolorborderhover: none;
|
||||||
--btncolorborder: #FFF;
|
--btncolorborder: #FFF;
|
||||||
--butactiondeletebg: rgb(234,228,225);
|
--butactiondeletebg: rgb(234,228,225);
|
||||||
|
--butactionbg: rgb(<?php print $butactionbg; ?>);
|
||||||
}
|
}
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
@ -26,6 +27,7 @@ if (!empty($conf->global->THEME_DARKMODEENABLED)) {
|
|||||||
--btncolorborderhover: #ffffff;
|
--btncolorborderhover: #ffffff;
|
||||||
--btncolorborder: #2b2c2e;
|
--btncolorborder: #2b2c2e;
|
||||||
--butactiondeletebg: rgb(252,84,91);
|
--butactiondeletebg: rgb(252,84,91);
|
||||||
|
--butactionbg: rgb(173,140,79);
|
||||||
|
|
||||||
}\n";
|
}\n";
|
||||||
if ($conf->global->THEME_DARKMODEENABLED != 2) {
|
if ($conf->global->THEME_DARKMODEENABLED != 2) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user