From 229b5eb968b68eaaf49e013bc848bb0063fc09e8 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Sat, 24 Aug 2019 21:08:18 +0200 Subject: [PATCH] vcenter icons --- style/prefs.css | 4 ++-- style/select.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/style/prefs.css b/style/prefs.css index 77df3fc..702e86b 100644 --- a/style/prefs.css +++ b/style/prefs.css @@ -19,7 +19,7 @@ article { #tabs { display: flex; - background: url(icon64.png) 1em 0/32px 32px no-repeat, url(tile.png) repeat-x, var(--toolbar-bg-color); + background: url(icon64.png) 1em 50%/32px 32px no-repeat, url(tile.png) repeat-x, var(--toolbar-bg-color); padding-left: calc(2em + 32px); color: white; } @@ -28,7 +28,7 @@ input.tab { display: none; } -#tabs > label{ +#tabs > label { display: inline-block; cursor: pointer; font-size: 150%; diff --git a/style/select.css b/style/select.css index 5582b22..5681ee5 100644 --- a/style/select.css +++ b/style/select.css @@ -117,7 +117,7 @@ body > * { } @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) { #tabs { - background: url(icon64.png) 1em 0/32px 32px no-repeat, url(tile.png) repeat-x, var(--toolbar-bg-color); + background: url(icon64.png) 1em 50%/32px 32px no-repeat, url(tile.png) repeat-x, var(--toolbar-bg-color); } } @@ -147,7 +147,7 @@ body > * { background: var(--toolbar-bg-color); color: white; min-width: 10em; - padding: 1.2ex; + padding: 1ex; padding-left: 1em; cursor: pointer; border: 0;