diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-01-03 16:58:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-03 16:58:11 +0100 |
commit | 722097f7a0ddd97b7d931be4bc304f39ba9244cc (patch) | |
tree | 5c440dbbcbebdc9d9bfbb09b25501e3394bc86f7 /apps | |
parent | 0bc6a7d7fd98b0d8298d173ff3740684551aebef (diff) | |
parent | 63b4d7e183f40ce0e5a5aaab4e91307f41901d63 (diff) | |
download | nextcloud-server-722097f7a0ddd97b7d931be4bc304f39ba9244cc.tar.gz nextcloud-server-722097f7a0ddd97b7d931be4bc304f39ba9244cc.zip |
Merge pull request #7669 from nextcloud/ie-fix-invert
Fix inverted app icons on IE11
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/css/theming.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index f36ff69e42b..4474c232d94 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'); } |