diff options
author | Devaev Maxim <[email protected]> | 2018-07-17 01:52:57 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-17 01:52:57 +0300 |
commit | 8fc6b85c0eccc8cf13a3cf8367bad785883a6679 (patch) | |
tree | bf051e37e1e818d11f81c329ad11df7268e883f6 /kvmd/web/index.html | |
parent | 9afb9ffb9549b8feb60378221fe1b7cf73047453 (diff) |
dark theme
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index 935ea77d..37912d70 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -32,8 +32,8 @@ <div class="ctl-dropdown"> <a class="ctl-item" href="#">ATX Buttons↴</a> <div class="ctl-dropdown-content"> - <button id="atx-power-button" onclick="atx.clickButton(this);" href="#">Click Power</button> - <button id="atx-power-button-long" onclick="atx.clickButton(this);" href="#">Click Power (long)</button> + <button id="atx-power-button" onclick="atx.clickButton(this);" href="#">Click Power <sup><i>short</i></sup></button> + <button id="atx-power-button-long" onclick="atx.clickButton(this);" href="#">Click Power <sup><i>long</i></sup></button> <hr> <button id="atx-reset-button" onclick="atx.clickButton(this);"href="#">Click Reset</button> </div> |