mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 16:33:51 +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;
|
||||
flex-wrap: wrap;
|
||||
|
||||
|
||||
.field {
|
||||
font-weight: 600;
|
||||
padding: 0 0.25rem;
|
||||
margin-right: 0.25rem;
|
||||
padding-inline: 0.25rem;
|
||||
}
|
||||
|
||||
.noColour {
|
||||
@@ -110,6 +110,8 @@
|
||||
}
|
||||
|
||||
.value {
|
||||
padding-inline: 0.25rem;
|
||||
background-color: $gray-1250;
|
||||
color: var(--operator-highlight-override, $ui-white);
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user