Browse Source

librespeed button fix

pull/77/head
gilbn 4 years ago
parent
commit
6e80b5329b
  1. 8
      CSS/themes/html5speedtest/html5speedtest-base.css

8
CSS/themes/html5speedtest/html5speedtest-base.css

@ -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…
Cancel
Save