mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-11 07:18:40 +00:00
Change color of box before input
This commit is contained in:
parent
5fefb99bd1
commit
4cf93bb170
|
|
@ -195,7 +195,7 @@ input[type="range"] {
|
||||||
button {
|
button {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: var(--input-border-active);
|
background: var(--button-colored-background);
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
|
|
@ -211,7 +211,7 @@ input[type="range"] {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--input-border-active);
|
background: var(--button-colored-background-hover);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3694,7 +3694,7 @@ input[type="range"] {
|
||||||
.input button {
|
.input button {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: var(--input-border-active);
|
background: var(--button-colored-background);
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
|
|
@ -3708,7 +3708,7 @@ input[type="range"] {
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
flex-shrink: 0; }
|
flex-shrink: 0; }
|
||||||
.input button:hover {
|
.input button:hover {
|
||||||
background: var(--input-border-active); }
|
background: var(--button-colored-background-hover); }
|
||||||
.input i {
|
.input i {
|
||||||
position: relative;
|
position: relative;
|
||||||
vertical-align: middle; }
|
vertical-align: middle; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user