diff options
author | Joas Schilling <coding@schilljs.com> | 2017-08-03 17:27:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-03 17:27:24 +0200 |
commit | 9abbd6ab1348baafb7608135c76a30f8f2caf455 (patch) | |
tree | 484768ce0c7a71512b36c3e64fa695ace7b6ccb8 /apps | |
parent | bb865a55febe7b712a0e6cc7e1e93034f60a0e8b (diff) | |
download | nextcloud-server-9abbd6ab1348baafb7608135c76a30f8f2caf455.tar.gz nextcloud-server-9abbd6ab1348baafb7608135c76a30f8f2caf455.zip |
Revert "Proof of concept #5593 - inline SVG icon for icon-contacts"
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/css/theming.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 1f18cc068c2..20b84d2a0d3 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -20,8 +20,8 @@ filter: invert(1); filter: progid:DXImageTransform.Microsoft.BasicImage(invert='1'); } - #contactsmenu .icon-contacts svg path { - fill: #000; + #contactsmenu .icon-contacts { + background-image: url('../../../core/img/places/contacts-dark.svg'); } #settings .icon-settings-white { background-image: url('../../../core/img/actions/settings-dark.svg'); |