From 63b4d7e183f40ce0e5a5aaab4e91307f41901d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 3 Jan 2018 14:41:55 +0100 Subject: [PATCH] Remove css invert since we are using svg filters for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/theming/css/theming.scss | 5 ----- core/templates/layout.user.php | 8 ++++---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index f36ff69e42..4474c232d9 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -14,11 +14,6 @@ .searchbox input[type="search"] { background: transparent url('../../../core/img/actions/search.svg') no-repeat 6px center; } - #appmenu li a img { - -webkit-filter: invert(1); - filter: invert(1); - filter: progid:DXImageTransform.Microsoft.BasicImage(invert='1'); - } #contactsmenu .icon-contacts { background-image: url('../../../core/img/places/contacts-dark.svg'); } diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 690c3ed2e1..127e794e12 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -48,8 +48,8 @@ class="active"> - - + + <?php p($entry['name']); ?> @@ -79,8 +79,8 @@ class="active"> - - + +