From b96278f855a0d41bb1952d0e4bf51f9de41cb514 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 9bfcfecbf4e..acf4d6446f4 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 0249ddd4ffb..d54a6fe114f 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -68,8 +68,8 @@ class="active"> - - + + <?php p($entry['name']); ?> @@ -100,8 +100,8 @@ class="active"> - - + +