From 92e81ee518aef0be337869b07e5371107bd3a07b Mon Sep 17 00:00:00 2001 From: autonomic Date: Wed, 6 Oct 2021 11:43:01 +0200 Subject: [PATCH] css --- css/opencase.css | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/css/opencase.css b/css/opencase.css index f574fc7..a7b3960 100644 --- a/css/opencase.css +++ b/css/opencase.css @@ -7,8 +7,21 @@ #block-accreditationcount { position: absolute; right: 50%; + /*background-color: #fff;*/ + background-image: linear-gradient(to top, #2a419a 0%, #1d84c3 100%); + border-radius: 5px; } +#block-accreditationcount table { + border: 0px #2a419a; + background-color: #1d84c3; +} + +#block-accreditationcount h1 { + color: white; +} + + #block-accreditationcount td { color: black; } @@ -148,8 +161,19 @@ tr:nth-child(even) { background-color: #fefefe; } -.off { - background-color:black; + +/* +tr:nth-child(odd) { + background-color: #eee; +} +*/ + +.Off { + color:gray; +} + +.Off a { + color:gray; } .field--type-entity-reference-revisions { @@ -159,10 +183,17 @@ tr:nth-child(even) { border-width: thin; } -.follow-ups-due { +.follow-ups-due table{ background-color: #FB8A4F; } .views-field-field-client-substatus { font-weight: bold; } + +thead { + background-color: #1d84c3; +} + + +