diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-10-06 21:22:55 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-10-06 21:22:55 +0200 |
commit | 3cc7212c8282d5be2d53ab3b5aa35ec6247cfcbe (patch) | |
tree | 4a3b04f53eef0cbfc9c086e13fd6842bdc11dc8f /apps | |
parent | b0847a61f52b8056365d26b52d23dddab329b62d (diff) | |
download | nextcloud-server-3cc7212c8282d5be2d53ab3b5aa35ec6247cfcbe.tar.gz nextcloud-server-3cc7212c8282d5be2d53ab3b5aa35ec6247cfcbe.zip |
Add icon for calendar color selector
Diffstat (limited to 'apps')
-rw-r--r-- | apps/calendar/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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;} |