mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 22:49:18 +00:00
style: add background to highlight
This commit is contained in:
committed by
Carlos Valente
parent
b7c48f38a9
commit
cfc3aab893
@@ -96,10 +96,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
|
||||||
.field {
|
.field {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding: 0 0.25rem;
|
padding-inline: 0.25rem;
|
||||||
margin-right: 0.25rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.noColour {
|
.noColour {
|
||||||
@@ -110,6 +110,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.value {
|
.value {
|
||||||
|
padding-inline: 0.25rem;
|
||||||
|
background-color: $gray-1250;
|
||||||
color: var(--operator-highlight-override, $ui-white);
|
color: var(--operator-highlight-override, $ui-white);
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user