From 5c20e83ed5edc2ecce0fd6c1fc3d36250d5fc1fc Mon Sep 17 00:00:00 2001 From: Naomi Date: Fri, 17 Sep 2021 15:22:56 +0200 Subject: [PATCH] Follow-ups due --- css/opencase.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/css/opencase.css b/css/opencase.css index 95995fa..904591c 100644 --- a/css/opencase.css +++ b/css/opencase.css @@ -123,3 +123,36 @@ table.views-table.views-view-table caption { form.oc-organisation-relation-form tr:first-child { display: none; } + + +/* trav styling */ +.site-branding { + margin-top: -2.20em !important; +} + +.follow-up-due { + +} + +tr:nth-child(even) { + background-color: #fefefe; +} + +.off { + background-color:black; +} + +.field--type-entity-reference-revisions { + border-radius: 25px; + border: 2px solid #2A419A; + padding: 10px; + border-width: thin; +} + +.follow-ups-due { + background-color: #FB8A4F; +} + +.views-field-field-client-substatus { + font-weight: bold; +}