Follow-ups due
This commit is contained in:
parent
623e801c58
commit
d7197d7ed6
@ -133,3 +133,36 @@ table.views-table.views-view-table caption {
|
|||||||
form.oc-organisation-relation-form tr:first-child {
|
form.oc-organisation-relation-form tr:first-child {
|
||||||
display: none;
|
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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user