diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 11:51:59 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 11:51:59 +0200 |
commit | 1ad21018012aac5b7f98e25968cf113bb229be3f (patch) | |
tree | 73faf2c65c775349a35287a75988b13df9bafb9b /core/css/icons.css | |
parent | fdfba1440580043ef96e77f8c5abdf5df7cfe301 (diff) | |
download | nextcloud-server-1ad21018012aac5b7f98e25968cf113bb229be3f.tar.gz nextcloud-server-1ad21018012aac5b7f98e25968cf113bb229be3f.zip |
add menu icon
Diffstat (limited to 'core/css/icons.css')
-rw-r--r-- | core/css/icons.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index 75d66a773a1..60f0b1b8c60 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -90,6 +90,10 @@ background-image: url('../img/actions/mail.svg'); } +.icon-menu { + background-image: url('../img/actions/menu.svg'); +} + .icon-more { background-image: url('../img/actions/more.svg'); } |