diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-10-03 20:32:31 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-10-03 20:42:47 +0200 |
commit | dec810666538a94c1af69c4a54cd8ed5cc067579 (patch) | |
tree | 9ad64b9d2fe95dfcceeb44e82037f2b4c4b77119 /apps/calendar/css | |
parent | 6159b79715d77b2128934409fcbd81557a67ea37 (diff) | |
download | nextcloud-server-dec810666538a94c1af69c4a54cd8ed5cc067579.tar.gz nextcloud-server-dec810666538a94c1af69c4a54cd8ed5cc067579.zip |
Add user friendly calendar color chooser
Diffstat (limited to 'apps/calendar/css')
-rw-r--r-- | apps/calendar/css/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index e28bedb6677..5e19b88f55a 100644 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -58,3 +58,6 @@ color:#A9A9A9; } 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;} |