diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-15 16:14:31 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-15 16:14:31 +0200 |
commit | cb5ebef5df1e8c93143f820f7b757e89375abc85 (patch) | |
tree | 1e22dc2ac658c379b60d58f258753ffde3c30a38 /core/css/icons.css | |
parent | 650e600b942d830460bb96de6726bdd1e8284a8e (diff) | |
download | nextcloud-server-cb5ebef5df1e8c93143f820f7b757e89375abc85.tar.gz nextcloud-server-cb5ebef5df1e8c93143f820f7b757e89375abc85.zip |
add details 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 a3819ba9d44..2461ee46c9f 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -70,6 +70,10 @@ background-image: url('../img/actions/delete-hover.svg'); } +.icon-details { + background-image: url('../img/actions/details.svg'); +} + .icon-download { background-image: url('../img/actions/download.svg'); } |