diff --git a/scripts/system/html/css/miniTablet.css b/scripts/system/html/css/miniTablet.css index 55abba43a6..a87add36a1 100644 --- a/scripts/system/html/css/miniTablet.css +++ b/scripts/system/html/css/miniTablet.css @@ -47,29 +47,23 @@ img { #mute { padding-top: 19px; background-size: 100% 100%; + background-image: url("./img/mt-mute-normal.svg"); } - #mute.off { - background-image: url("./img/mt-mute-normal.svg"); + #mute:hover { + background-image: url("./img/mt-mute-hover.svg"); } - #mute.off:hover { - background-image: url("./img/mt-mute-hover.svg"); - } - #goto { padding-top: 19px; background-size: 100% 100%; + background-image: url("./img/mt-goto-normal.svg"); } - #goto.off { - background-image: url("./img/mt-goto-normal.svg"); + #goto:hover { + background-image: url("./img/mt-goto-hover.svg"); } - #goto.off:hover { - background-image: url("./img/mt-goto-hover.svg"); - } - #expand { position: absolute; right: 1px; @@ -77,16 +71,13 @@ img { width: 50px; height: 50px; background-size: 100% 100%; + background-image: url("./img/mt-expand-normal.svg"); } - #expand.off { - background-image: url("./img/mt-expand-normal.svg"); + #expand:hover { + background-image: url("./img/mt-expand-hover.svg"); } - #expand.off:hover { - background-image: url("./img/mt-expand-hover.svg"); - } - #expand img { width:34px; margin-top: 7px; diff --git a/scripts/system/html/miniTablet.html b/scripts/system/html/miniTablet.html index 92eac02734..f0ef7cd609 100644 --- a/scripts/system/html/miniTablet.html +++ b/scripts/system/html/miniTablet.html @@ -17,13 +17,13 @@ See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.
-
+
-
+
-
+