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; }