diff --git a/dashboard-ui/css/dashboard.css b/dashboard-ui/css/dashboard.css index 7878b7aace..03360cc097 100644 --- a/dashboard-ui/css/dashboard.css +++ b/dashboard-ui/css/dashboard.css @@ -3,11 +3,6 @@ margin-left: 0; } -iron-icon { - min-width: 24px; - min-height: 24px; -} - .paperCheckboxFieldDescription { padding-left: 31px; padding-top: 5px; diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 2ec9c591b8..bf7e7ee561 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -7,24 +7,6 @@ contain: layout style; } -.emby-button.fab iron-icon { - width: 100%; - height: 100%; - vertical-align: middle; -} - -.emby-button iron-icon + span { - margin-left: .5em; -} - -.paper-icon-button-light > iron-icon { - width: 100%; - height: 100%; - /* Make sure its on top of the ripple */ - position: relative; - z-index: 1; - vertical-align: middle; -} /* Links */ .ui-body-b a { color: #52B54B /*{b-link-color}*/; diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index 9470b1a196..7599ab9e12 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -21,7 +21,7 @@

- + check ${ServerUpToDate}

@@ -58,7 +64,10 @@

${MessagePleaseRestartServerToFinishUpdating}

- +
@@ -67,7 +76,9 @@

${HeaderHealthMonitor}
- +

diff --git a/dashboard-ui/thirdparty/paper-button-style.css b/dashboard-ui/thirdparty/paper-button-style.css index b97fb5cc0e..66bef84dfd 100644 --- a/dashboard-ui/thirdparty/paper-button-style.css +++ b/dashboard-ui/thirdparty/paper-button-style.css @@ -100,12 +100,6 @@ button.emby-button span { vertical-align: middle; } -button.emby-button.iconRight iron-icon { - position: absolute; - right: 5px; - top: 5px; -} - .clearButton { background: transparent; border: 0; @@ -130,21 +124,12 @@ button.emby-button.mini:not(.fab) { padding: 0.4em 0.7em; } - button.emby-button.mini:not(.fab) iron-icon { - height: 20px; - width: 20px; - } - button.emby-button.notext { min-width: 2.8em; padding-left: .25em !important; padding-right: .25em !important; } - button.emby-button.notext iron-icon { - margin-right: 0; - } - .fab.green { background-color: #81c784 !important; } @@ -209,4 +194,4 @@ div.dialogHeader { .formDialog.background-theme-b { background-color: #181818; -} \ No newline at end of file +}