--butactionbg
This commit is contained in:
parent
9a6f78fc15
commit
6024e77976
@ -211,7 +211,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;
|
||||||
@ -358,7 +358,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 ?>) !important;
|
border: 2px solid var( --butactionbg) !important;
|
||||||
margin: 0 0.45em !important;
|
margin: 0 0.45em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user