diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-01-03 14:41:55 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-01-03 14:42:08 +0100 |
commit | 63b4d7e183f40ce0e5a5aaab4e91307f41901d63 (patch) | |
tree | f1a340bb77d49437b488ba786d8637ac51be009f /apps | |
parent | a79d276324f1c5e44aec9a54c909ca47b31fb532 (diff) | |
download | nextcloud-server-63b4d7e183f40ce0e5a5aaab4e91307f41901d63.tar.gz nextcloud-server-63b4d7e183f40ce0e5a5aaab4e91307f41901d63.zip |
Remove css invert since we are using svg filters for now
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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'); } |