Skip to content

Commit 8cc85e9

Browse files
committed
Make possible constraint violations purple to make it easier to tell
them apart from the current constraint violations - Legacy-Id: 17607
1 parent fa9b19e commit 8cc85e9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ a.fc-event, .fc-event, .fc-content, .fc-title, .fc-event-container {
11831183
}
11841184

11851185
.edit-meeting-schedule .session .constraints > span .encircled {
1186-
border: 1px solid #fdd;
1186+
border: 1px solid #f99;
11871187
border-radius: 1em;
11881188
min-width: 1.3em;
11891189
text-align: center;
@@ -1192,16 +1192,16 @@ a.fc-event, .fc-event, .fc-content, .fc-title, .fc-event-container {
11921192

11931193
.edit-meeting-schedule .session .constraints > span.violated-hint {
11941194
display: inline-block;
1195-
color: #f99;
1195+
color: #f55;
11961196
}
11971197

11981198
.edit-meeting-schedule .session .constraints > span.selected-hint {
11991199
display: inline-block;
1200-
color: #f33;
1200+
color: #8432d4;
12011201
}
12021202

12031203
.edit-meeting-schedule .session .constraints > span.selected-hint .encircled {
1204-
border: 1px solid #fbb;
1204+
border: 1px solid #b35eff;
12051205
}
12061206

12071207
.edit-meeting-schedule .unassigned-sessions .session .constraints > span {

0 commit comments

Comments
 (0)