diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-03-26 17:57:05 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-03-26 18:15:34 +0200 |
commit | 2048e3e2014aceaee16336f3ceddbb00cf92993e (patch) | |
tree | 70e8115a8a1c1ef6e5d3a2fd0dbe0fc0acc5875c /core/css/icons.scss | |
parent | ec6853a2a65c284af08f0241699f227516f25464 (diff) | |
download | nextcloud-server-2048e3e2014aceaee16336f3ceddbb00cf92993e.tar.gz nextcloud-server-2048e3e2014aceaee16336f3ceddbb00cf92993e.zip |
replace name in top right with icon for less noise
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/icons.scss')
-rw-r--r-- | core/css/icons.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss index 42224a9cfc4..d6a03b3187b 100644 --- a/core/css/icons.scss +++ b/core/css/icons.scss @@ -318,6 +318,14 @@ img, object, video, button, textarea, input, select { background-image: url('../img/actions/settings.svg?v=1'); } +.icon-settings-dark { + background-image: url('../img/actions/settings-dark.svg?v=1'); +} + +.icon-settings-white { + background-image: url('../img/actions/settings-white.svg?v=1'); +} + .icon-share { background-image: url('../img/actions/share.svg?v=1'); } |