From 3cc7212c8282d5be2d53ab3b5aa35ec6247cfcbe Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Thu, 6 Oct 2011 21:22:55 +0200 Subject: [PATCH] Add icon for calendar color selector --- apps/calendar/css/style.css | 2 +- core/img/actions/selected.png | Bin 0 -> 276 bytes core/img/actions/selected.svg | 73 ++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 core/img/actions/selected.png create mode 100644 core/img/actions/selected.svg diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index 5e19b88f55a..e1c89326aa3 100644 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -60,4 +60,4 @@ select#category{width:140px;} button.category{margin:0 3px;} .calendar-colorpicker-color{display:inline-block;width:20px;height:20px;margin-right:2px;cursor:pointer;} -.calendar-colorpicker-color.active{background-image:url("../../../core/img/jquery-ui/ui-icons_222222_256x240.png");background-position:-62px -143px;} +.calendar-colorpicker-color.active{background-image:url("../../../core/img/actions/selected.svg");background-position:2px 2px;} diff --git a/core/img/actions/selected.png b/core/img/actions/selected.png new file mode 100644 index 0000000000000000000000000000000000000000..98c29df9cf5d612e21d8ab86bfa1b871c92064a8 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|Y)RhkE)4%caKYZ?lYt^9JzX3_ zG$u}+w2`;PfXDUh%V`ag87mfYELA<$*tOEAF;!|LP-<7b>pLcKCZYYCKh2wa z;v~a`$$R83?%tqt+E%<_eZtzSQSld}va{cAKcF9b{p{zS;ANRf&jQ{xb%?ko_E=sz zHpAw;tBN8+fLCbf*4)|p*GqLz2Wgh3{9_SRR7xv5XZd`_%#Oad$&3!M*Ii6_obP{k zxnknWa->OKNNB4+$3NA1eR=hoEsD>-F&HiR7j%1DoQ3?}$*X0Lf6RLQlGD8MPqe*{ Xt2h5v=GtXIPceA9`njxgN@xNA?L=;U literal 0 HcmV?d00001 diff --git a/core/img/actions/selected.svg b/core/img/actions/selected.svg new file mode 100644 index 00000000000..3294f68c68d --- /dev/null +++ b/core/img/actions/selected.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + -- 2.39.5