aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-10-06 21:22:55 +0200
committerBart Visscher <bartv@thisnet.nl>2011-10-06 21:22:55 +0200
commit3cc7212c8282d5be2d53ab3b5aa35ec6247cfcbe (patch)
tree4a3b04f53eef0cbfc9c086e13fd6842bdc11dc8f /apps
parentb0847a61f52b8056365d26b52d23dddab329b62d (diff)
downloadnextcloud-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.css2
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;}