diff --git a/assets/webconfig/css/darkMode.css b/assets/webconfig/css/darkMode.css index 326f4df9..6753944b 100644 --- a/assets/webconfig/css/darkMode.css +++ b/assets/webconfig/css/darkMode.css @@ -47,6 +47,14 @@ h4 { } /*Buttons*/ +.btn-transparent:hover { + color: #5db6ff; +} + +.btn-transparent:focus{ + color: #5db6ff; +} + .btn-default { color: #DDDDDD; background-color: #212121; diff --git a/assets/webconfig/css/hyperion.css b/assets/webconfig/css/hyperion.css index 04fcf721..3e9646fa 100644 --- a/assets/webconfig/css/hyperion.css +++ b/assets/webconfig/css/hyperion.css @@ -168,7 +168,8 @@ table label{margin:0} border-color: #602060; } -.btn-lang-select { +/*minimal visible button*/ +.btn-transparent { background-color: transparent; border-style: none; } diff --git a/assets/webconfig/index.html b/assets/webconfig/index.html index 3217de4c..12854f57 100644 --- a/assets/webconfig/index.html +++ b/assets/webconfig/index.html @@ -53,7 +53,7 @@ - + @@ -178,7 +178,7 @@
- +
@@ -348,10 +348,10 @@ - + - +