Correct VAR forget
This commit is contained in:
parent
656dc02e7d
commit
cceb98a195
@ -343,6 +343,7 @@ print '*/'."\n";
|
|||||||
--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);
|
||||||
|
--butactionbg : #<?php print $butactionbg; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -444,7 +445,7 @@ input, select {
|
|||||||
margin-top:1px;
|
margin-top:1px;
|
||||||
}
|
}
|
||||||
#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
|
#mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) {
|
||||||
background: rgb(<?php echo $butactionbg ?>);
|
background: var(--butactionbg);;
|
||||||
color: #FFF !important;
|
color: #FFF !important;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
@ -569,7 +570,7 @@ a.butStatus {
|
|||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: var(--colortext) !important;
|
color: var(--colortext) !important;
|
||||||
border: 2px solid rgb(<?php echo $butactionbg ?>);
|
border: 2px solid var( --butactionbg);
|
||||||
margin: 0 0.45em !important;
|
margin: 0 0.45em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user