diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-19 13:30:40 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-20 14:43:23 +0100 |
commit | 68a3a3ed6a2515ada5d7bde2a15abf104433cccc (patch) | |
tree | e3f8935624886e9a1ee856ae83bcbf8357b2db94 /core | |
parent | c4a100f5359a9405dbe4d0b8a5a53c576c80e901 (diff) | |
download | nextcloud-server-68a3a3ed6a2515ada5d7bde2a15abf104433cccc.tar.gz nextcloud-server-68a3a3ed6a2515ada5d7bde2a15abf104433cccc.zip |
add new icon rules to icons.css
Diffstat (limited to 'core')
-rw-r--r-- | core/css/icons.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index 14b2101b331..dd34d03ae5c 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -47,10 +47,12 @@ .icon-checkmark { background-image: url('../img/actions/checkmark.svg'); } - .icon-checkmark-white { background-image: url('../img/actions/checkmark-white.svg'); } +.icon-checkmark-color { + background-image: url('../img/actions/checkmark-color.svg'); +} .icon-close { background-image: url('../img/actions/close.svg'); @@ -82,6 +84,16 @@ background-image: url('../img/actions/edit.svg'); } +.icon-error { + background-image: url('../img/actions/error.svg'); +} +.icon-error-white { + background-image: url('../img/actions/error-white.svg'); +} +.icon-error-color { + background-image: url('../img/actions/error-color.svg'); +} + .icon-external { background-image: url('../img/actions/external.svg'); } |