From 8cc85e9fc28d97db6bf61310ba470758e457eaeb Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Thu, 9 Apr 2020 10:53:44 +0000 Subject: [PATCH] Make possible constraint violations purple to make it easier to tell them apart from the current constraint violations - Legacy-Id: 17607 --- ietf/static/ietf/css/ietf.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ietf/static/ietf/css/ietf.css b/ietf/static/ietf/css/ietf.css index bc6c9deda..d758e79d5 100644 --- a/ietf/static/ietf/css/ietf.css +++ b/ietf/static/ietf/css/ietf.css @@ -1183,7 +1183,7 @@ a.fc-event, .fc-event, .fc-content, .fc-title, .fc-event-container { } .edit-meeting-schedule .session .constraints > span .encircled { - border: 1px solid #fdd; + border: 1px solid #f99; border-radius: 1em; min-width: 1.3em; text-align: center; @@ -1192,16 +1192,16 @@ a.fc-event, .fc-event, .fc-content, .fc-title, .fc-event-container { .edit-meeting-schedule .session .constraints > span.violated-hint { display: inline-block; - color: #f99; + color: #f55; } .edit-meeting-schedule .session .constraints > span.selected-hint { display: inline-block; - color: #f33; + color: #8432d4; } .edit-meeting-schedule .session .constraints > span.selected-hint .encircled { - border: 1px solid #fbb; + border: 1px solid #b35eff; } .edit-meeting-schedule .unassigned-sessions .session .constraints > span {