diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-10-07 16:03:26 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-10-07 16:03:26 +0200 |
commit | 980a0893f0070de007d5c3842994c6720b381117 (patch) | |
tree | 6d48352f40aad1b53b7e10bc4032708d82d1ab2a /apps/calendar/css | |
parent | e345fbd386f3e2c63b6682ae245beb7b24af08fb (diff) | |
download | nextcloud-server-980a0893f0070de007d5c3842994c6720b381117.tar.gz nextcloud-server-980a0893f0070de007d5c3842994c6720b381117.zip |
Change colorselector to use border for selected color
Diffstat (limited to 'apps/calendar/css')
-rw-r--r-- | apps/calendar/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index 14b7d45523e..80d29ca8974 100644 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -58,5 +58,5 @@ 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/actions/selected.svg");background-position:2px 2px;} +.calendar-colorpicker-color{display:inline-block;width:20px;height:20px;margin-right:2px;cursor:pointer;border:2px solid transparent;} +.calendar-colorpicker-color.active{border:2px solid black;} |