librespeed button fix

This commit is contained in:
gilbn 2020-07-28 19:18:44 +02:00
parent 31a95ca33a
commit 6e80b5329b

View File

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