librespeed button fix
This commit is contained in:
parent
31a95ca33a
commit
6e80b5329b
@ -42,12 +42,12 @@ div.meterText:empty:before {
|
|||||||
}
|
}
|
||||||
#startStopBtn {
|
#startStopBtn {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: var(--start-button-color);
|
background: var(--button-color);
|
||||||
border: 0.15em solid var(--start-button-color);
|
border: 0.15em solid var(--button-color);
|
||||||
}
|
}
|
||||||
#startStopBtn:hover {
|
#startStopBtn:hover {
|
||||||
border: 0.15em solid var(--start-button-color-hover);
|
border: 0.15em solid var(--button-color-hover);
|
||||||
background: var(--start-button-color-hover);
|
background: var(--button-color-hover);
|
||||||
}
|
}
|
||||||
#startStopBtn.running {
|
#startStopBtn.running {
|
||||||
background: #FF3030 !important;
|
background: #FF3030 !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user