diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-10-13 09:41:52 +1300 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-10-13 09:42:32 +1300 |
commit | 81cd823c2a7ef0211e8b3398b969611fe321fd41 (patch) | |
tree | 3283a7b1bd03eeeddfb3dabaafb02e2e176f3d09 /core/css | |
parent | 64a8d016946560182f107e48b9fcc81e517b6945 (diff) | |
download | nextcloud-server-81cd823c2a7ef0211e8b3398b969611fe321fd41.tar.gz nextcloud-server-81cd823c2a7ef0211e8b3398b969611fe321fd41.zip |
add specific edit icon
Diffstat (limited to 'core/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 2461ee46c9f..14b2101b331 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -78,6 +78,10 @@ background-image: url('../img/actions/download.svg'); } +.icon-edit { + background-image: url('../img/actions/edit.svg'); +} + .icon-external { background-image: url('../img/actions/external.svg'); } |