mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 01:08:50 +00:00
Fix CSS color refresh of calendars
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
<style type="text/css">
|
||||
<var:foreach list="calendars" item="currentCalendar">
|
||||
.calendarFolder<var:string value="currentCalendar.folder" />
|
||||
{ background-color: <var:string value="currentCalendar.color" /> !important; color: <var:string value="contrastingTextColor" /> !important; }
|
||||
{ background-color: <var:string value="currentCalendar.color" />; color: <var:string value="contrastingTextColor" />; }
|
||||
div.colorBox.calendarFolder<var:string value="currentCalendar.folder" />
|
||||
{ color: <var:string value="currentCalendar.color" /> !important; }
|
||||
{ color: <var:string value="currentCalendar.color" />; }
|
||||
</var:foreach>
|
||||
</style>
|
||||
<div id="calendarSelector">
|
||||
|
||||
Reference in New Issue
Block a user