From cceb98a1959fcfedac34067dd322b2aba3162e6f Mon Sep 17 00:00:00 2001 From: BB2A Anthony Berton Date: Wed, 26 Jan 2022 13:28:14 +0100 Subject: [PATCH] Correct VAR forget --- htdocs/theme/md/style.css.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 4dadc40306f..5e59c6be224 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -343,6 +343,7 @@ print '*/'."\n"; --productlinestockod: #002200; --productlinestocktoolow: #884400; --infoboxmoduleenabledbgcolor : linear-gradient(0.4turn, #fff, #fff, #fff, #e4efe8); + --butactionbg : #; } body { @@ -444,7 +445,7 @@ input, select { margin-top:1px; } #mainbody input.button:not(.buttongen):not(.bordertransp), #mainbody a.button:not(.buttongen):not(.bordertransp) { - background: rgb(); + background: var(--butactionbg);; color: #FFF !important; border-radius: 3px; border-collapse: collapse; @@ -569,7 +570,7 @@ a.butStatus { padding-right: 5px; background-color: transparent; color: var(--colortext) !important; - border: 2px solid rgb(); + border: 2px solid var( --butactionbg); margin: 0 0.45em !important; }