From 4c66574866740ea64ef20a56ccc2794ef0dd7976 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 21 Oct 2019 18:10:52 +0000 Subject: [PATCH] Merged in [16834] from rjsparks@nostrum.com: Add styles for IRSG ballot positions. - Legacy-Id: 16893 Note: SVN reference [16834] has been migrated to Git commit 00f03b49b59d18b8053416399249c13f7d73d79f --- bootstrap/less/ietf.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap/less/ietf.less b/bootstrap/less/ietf.less index 2620106d2..de631862b 100644 --- a/bootstrap/less/ietf.less +++ b/bootstrap/less/ietf.less @@ -123,6 +123,8 @@ } +.position-moretime, +.position-notready, .position-discuss, .position-block { background-color: @brand-danger; } .position-yes { background-color: @brand-success; } @@ -131,6 +133,8 @@ .position-recuse { background-color: hsl(hue(@brand-primary), 80%, 70%); } .position-norecord { background-color: @body-bg; } +.position-moretime-row, +.position-notready-row, .position-discuss-row, .position-block-row { background-color: hsl(hue(@brand-danger), 90%, 92%) !important ; } .position-yes-row { background-color: hsl(hue(@brand-success),100%, 88%) !important ; }