diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-08-04 10:53:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-04 10:53:21 +0200 |
commit | d63beffe9edfb4971351e14390a88da2acf061cf (patch) | |
tree | a48d5ad8cc3e70155be63a897dd2d391d8fdb4c0 /apps/theming | |
parent | 1f8a45bbd7097b6d59dc84fabc29743cb781fdfc (diff) | |
parent | 9abbd6ab1348baafb7608135c76a30f8f2caf455 (diff) | |
download | nextcloud-server-d63beffe9edfb4971351e14390a88da2acf061cf.tar.gz nextcloud-server-d63beffe9edfb4971351e14390a88da2acf061cf.zip |
Merge pull request #5967 from nextcloud/revert-5682-inline-svg-icon
Revert "Proof of concept #5593 - inline SVG icon for icon-contacts"
Diffstat (limited to 'apps/theming')
-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'); |