diff --git a/core/css/icons.css b/core/css/icons.css index 76afb19f20..836a84fd70 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -46,10 +46,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'); @@ -81,6 +83,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'); } diff --git a/core/img/actions/add.svg b/core/img/actions/add.svg index ecbab6f13a..c97431782f 100644 --- a/core/img/actions/add.svg +++ b/core/img/actions/add.svg @@ -1,5 +1,6 @@ + - - + + diff --git a/core/img/actions/checkbox-checked-disabled.png b/core/img/actions/checkbox-checked-disabled.png new file mode 100644 index 0000000000..55980ba730 Binary files /dev/null and b/core/img/actions/checkbox-checked-disabled.png differ diff --git a/core/img/actions/checkbox-checked-disabled.svg b/core/img/actions/checkbox-checked-disabled.svg new file mode 100644 index 0000000000..de89df039d --- /dev/null +++ b/core/img/actions/checkbox-checked-disabled.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/img/actions/checkbox-checked.svg b/core/img/actions/checkbox-checked.svg index c5aa3cd73b..c648957429 100644 --- a/core/img/actions/checkbox-checked.svg +++ b/core/img/actions/checkbox-checked.svg @@ -1,5 +1,5 @@ - + diff --git a/core/img/actions/checkbox-disabled-white.png b/core/img/actions/checkbox-disabled-white.png new file mode 100644 index 0000000000..e1f48439d2 Binary files /dev/null and b/core/img/actions/checkbox-disabled-white.png differ diff --git a/core/img/actions/checkbox-disabled-white.svg b/core/img/actions/checkbox-disabled-white.svg new file mode 100644 index 0000000000..52c2fee3b1 --- /dev/null +++ b/core/img/actions/checkbox-disabled-white.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/img/actions/checkbox-disabled.png b/core/img/actions/checkbox-disabled.png new file mode 100644 index 0000000000..a2ead20996 Binary files /dev/null and b/core/img/actions/checkbox-disabled.png differ diff --git a/core/img/actions/checkbox-disabled.svg b/core/img/actions/checkbox-disabled.svg new file mode 100644 index 0000000000..48d31f591f --- /dev/null +++ b/core/img/actions/checkbox-disabled.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/img/actions/checkbox-mixed.svg b/core/img/actions/checkbox-mixed.svg index 7f3642912d..5f873d6a96 100644 --- a/core/img/actions/checkbox-mixed.svg +++ b/core/img/actions/checkbox-mixed.svg @@ -1,5 +1,5 @@ - + diff --git a/core/img/actions/checkbox.svg b/core/img/actions/checkbox.svg index fe8f727b89..bfb83e3708 100644 --- a/core/img/actions/checkbox.svg +++ b/core/img/actions/checkbox.svg @@ -1,5 +1,5 @@ - + diff --git a/core/img/actions/checkmark-color.png b/core/img/actions/checkmark-color.png new file mode 100644 index 0000000000..a8ab849cad Binary files /dev/null and b/core/img/actions/checkmark-color.png differ diff --git a/core/img/actions/checkmark-color.svg b/core/img/actions/checkmark-color.svg new file mode 100644 index 0000000000..584997f0ac --- /dev/null +++ b/core/img/actions/checkmark-color.svg @@ -0,0 +1,2 @@ + + diff --git a/core/img/actions/checkmark-white.svg b/core/img/actions/checkmark-white.svg index e6b63a4d59..964624a9ce 100644 --- a/core/img/actions/checkmark-white.svg +++ b/core/img/actions/checkmark-white.svg @@ -1,4 +1,4 @@ - - + + diff --git a/core/img/actions/checkmark.svg b/core/img/actions/checkmark.svg index 3fa2a3f1ba..e41472c8ef 100644 --- a/core/img/actions/checkmark.svg +++ b/core/img/actions/checkmark.svg @@ -1,2 +1,2 @@ - + diff --git a/core/img/actions/close.svg b/core/img/actions/close.svg index e060da3f8b..fb49c6ac89 100644 --- a/core/img/actions/close.svg +++ b/core/img/actions/close.svg @@ -5,6 +5,6 @@ - + diff --git a/core/img/actions/delete-hover.png b/core/img/actions/delete-hover.png index 3f8cb6eff9..ed12640df7 100644 Binary files a/core/img/actions/delete-hover.png and b/core/img/actions/delete-hover.png differ diff --git a/core/img/actions/delete-hover.svg b/core/img/actions/delete-hover.svg index 9583ec15b3..ecc6139a5e 100644 --- a/core/img/actions/delete-hover.svg +++ b/core/img/actions/delete-hover.svg @@ -1,4 +1,4 @@ - + diff --git a/core/img/actions/delete.png b/core/img/actions/delete.png index e891b370cc..20e894c7f7 100644 Binary files a/core/img/actions/delete.png and b/core/img/actions/delete.png differ diff --git a/core/img/actions/download.svg b/core/img/actions/download.svg index 0d698bca8d..f8513b63f7 100644 --- a/core/img/actions/download.svg +++ b/core/img/actions/download.svg @@ -1,5 +1,6 @@ + - + diff --git a/core/img/actions/error-color.png b/core/img/actions/error-color.png new file mode 100644 index 0000000000..7d00282312 Binary files /dev/null and b/core/img/actions/error-color.png differ diff --git a/core/img/actions/error-color.svg b/core/img/actions/error-color.svg new file mode 100644 index 0000000000..93cb9ffe0a --- /dev/null +++ b/core/img/actions/error-color.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/img/actions/error-white.png b/core/img/actions/error-white.png new file mode 100644 index 0000000000..6e15865401 Binary files /dev/null and b/core/img/actions/error-white.png differ diff --git a/core/img/actions/error-white.svg b/core/img/actions/error-white.svg new file mode 100644 index 0000000000..38c57f6e9c --- /dev/null +++ b/core/img/actions/error-white.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/img/actions/error.png b/core/img/actions/error.png new file mode 100644 index 0000000000..61df76b53e Binary files /dev/null and b/core/img/actions/error.png differ diff --git a/core/img/actions/error.svg b/core/img/actions/error.svg new file mode 100644 index 0000000000..38e4053c33 --- /dev/null +++ b/core/img/actions/error.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/img/actions/logout.png b/core/img/actions/logout.png index bada7a1261..ad230de98f 100644 Binary files a/core/img/actions/logout.png and b/core/img/actions/logout.png differ diff --git a/core/img/actions/logout.svg b/core/img/actions/logout.svg index 1a0ee16718..96bd207284 100644 --- a/core/img/actions/logout.svg +++ b/core/img/actions/logout.svg @@ -1,58 +1,4 @@ - - - - - image/svg+xml - - - - - - - - + + diff --git a/core/img/actions/menu.svg b/core/img/actions/menu.svg index f0e33df373..24a057aac7 100644 --- a/core/img/actions/menu.svg +++ b/core/img/actions/menu.svg @@ -1,12 +1,4 @@ + - - - - image/svg+xml - - - - - - + diff --git a/core/img/actions/public.svg b/core/img/actions/public.svg index 99a71c6cb5..7721c9e340 100644 --- a/core/img/actions/public.svg +++ b/core/img/actions/public.svg @@ -1,7 +1,7 @@ - - + + diff --git a/core/img/actions/radio-checked-disabled.png b/core/img/actions/radio-checked-disabled.png new file mode 100644 index 0000000000..09abc410f6 Binary files /dev/null and b/core/img/actions/radio-checked-disabled.png differ diff --git a/core/img/actions/radio-checked-disabled.svg b/core/img/actions/radio-checked-disabled.svg new file mode 100644 index 0000000000..294f8a7477 --- /dev/null +++ b/core/img/actions/radio-checked-disabled.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/img/actions/radio-checked.png b/core/img/actions/radio-checked.png new file mode 100644 index 0000000000..94933b7b69 Binary files /dev/null and b/core/img/actions/radio-checked.png differ diff --git a/core/img/actions/radio-checked.svg b/core/img/actions/radio-checked.svg new file mode 100644 index 0000000000..31011c0ea2 --- /dev/null +++ b/core/img/actions/radio-checked.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/img/actions/radio-disabled.png b/core/img/actions/radio-disabled.png new file mode 100644 index 0000000000..ac7f49ed53 Binary files /dev/null and b/core/img/actions/radio-disabled.png differ diff --git a/core/img/actions/radio-disabled.svg b/core/img/actions/radio-disabled.svg new file mode 100644 index 0000000000..6058bb73fc --- /dev/null +++ b/core/img/actions/radio-disabled.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/img/actions/radio-white.png b/core/img/actions/radio-white.png new file mode 100644 index 0000000000..04beefdff0 Binary files /dev/null and b/core/img/actions/radio-white.png differ diff --git a/core/img/actions/radio-white.svg b/core/img/actions/radio-white.svg new file mode 100644 index 0000000000..57611f4cdd --- /dev/null +++ b/core/img/actions/radio-white.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/img/actions/radio.png b/core/img/actions/radio.png new file mode 100644 index 0000000000..70ac4741b9 Binary files /dev/null and b/core/img/actions/radio.png differ diff --git a/core/img/actions/radio.svg b/core/img/actions/radio.svg new file mode 100644 index 0000000000..9df8925176 --- /dev/null +++ b/core/img/actions/radio.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/img/actions/starred.svg b/core/img/actions/starred.svg index 130bab366a..07e38827b2 100644 --- a/core/img/actions/starred.svg +++ b/core/img/actions/starred.svg @@ -1,6 +1,6 @@ - + diff --git a/core/img/actions/toggle.svg b/core/img/actions/toggle.svg index 730464a72c..c426ab8099 100644 --- a/core/img/actions/toggle.svg +++ b/core/img/actions/toggle.svg @@ -1,2 +1,2 @@ - + diff --git a/core/img/actions/view-close.png b/core/img/actions/view-close.png index 0874381a57..eae9acc7a4 100644 Binary files a/core/img/actions/view-close.png and b/core/img/actions/view-close.png differ diff --git a/core/img/actions/view-close.svg b/core/img/actions/view-close.svg index 2b91e382eb..e7dde9b79b 100644 --- a/core/img/actions/view-close.svg +++ b/core/img/actions/view-close.svg @@ -5,6 +5,6 @@ - + diff --git a/core/img/actions/view-next.png b/core/img/actions/view-next.png index d8c749bec9..be8cc15cec 100644 Binary files a/core/img/actions/view-next.png and b/core/img/actions/view-next.png differ diff --git a/core/img/actions/view-next.svg b/core/img/actions/view-next.svg index 4b719842ef..713d1bc757 100644 --- a/core/img/actions/view-next.svg +++ b/core/img/actions/view-next.svg @@ -5,6 +5,6 @@ - + diff --git a/core/img/actions/view-pause.png b/core/img/actions/view-pause.png index 87a18128ad..94cd1a5dc6 100644 Binary files a/core/img/actions/view-pause.png and b/core/img/actions/view-pause.png differ diff --git a/core/img/actions/view-pause.svg b/core/img/actions/view-pause.svg index e9ff43be0b..8945bf4565 100644 --- a/core/img/actions/view-pause.svg +++ b/core/img/actions/view-pause.svg @@ -5,10 +5,10 @@ - - + + - + diff --git a/core/img/actions/view-play.png b/core/img/actions/view-play.png index b07c6de3cf..a8398d5758 100644 Binary files a/core/img/actions/view-play.png and b/core/img/actions/view-play.png differ diff --git a/core/img/actions/view-play.svg b/core/img/actions/view-play.svg index e617e29cb0..6359e6d018 100644 --- a/core/img/actions/view-play.svg +++ b/core/img/actions/view-play.svg @@ -5,10 +5,10 @@ - - + + - + diff --git a/core/img/actions/view-previous.png b/core/img/actions/view-previous.png index f601ec2ba4..86e2a80962 100644 Binary files a/core/img/actions/view-previous.png and b/core/img/actions/view-previous.png differ diff --git a/core/img/actions/view-previous.svg b/core/img/actions/view-previous.svg index 8a5013aad4..60f6cd5928 100644 --- a/core/img/actions/view-previous.svg +++ b/core/img/actions/view-previous.svg @@ -5,6 +5,6 @@ - +