This commit is contained in:
autonomic 2021-10-06 11:43:01 +02:00
parent d7197d7ed6
commit 92e81ee518
1 changed files with 34 additions and 3 deletions

View File

@ -7,8 +7,21 @@
#block-accreditationcount { #block-accreditationcount {
position: absolute; position: absolute;
right: 50%; 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 { #block-accreditationcount td {
color: black; color: black;
} }
@ -148,8 +161,19 @@ tr:nth-child(even) {
background-color: #fefefe; 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 { .field--type-entity-reference-revisions {
@ -159,10 +183,17 @@ tr:nth-child(even) {
border-width: thin; border-width: thin;
} }
.follow-ups-due { .follow-ups-due table{
background-color: #FB8A4F; background-color: #FB8A4F;
} }
.views-field-field-client-substatus { .views-field-field-client-substatus {
font-weight: bold; font-weight: bold;
} }
thead {
background-color: #1d84c3;
}