diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 21:57:31 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 21:57:31 +0100 |
commit | 0bda42b8e3a8e738c4fa1b7357ad8722fba68c14 (patch) | |
tree | 1539cc0f60444fb3b7c595cb53ea8c2e037a2d1e /core/css/icons.css | |
parent | 59dec3834ffd95ca4fae5fe19aeaab6b71f13e92 (diff) | |
download | nextcloud-server-0bda42b8e3a8e738c4fa1b7357ad8722fba68c14.tar.gz nextcloud-server-0bda42b8e3a8e738c4fa1b7357ad8722fba68c14.zip |
add empty state for external storages
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 095c29b3121..ecf6b17995d 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -68,6 +68,10 @@ background-image: url('../img/actions/download.svg'); } +.icon-external { + background-image: url('../img/actions/external.svg'); +} + .icon-history { background-image: url('../img/actions/history.svg'); } |