* ui/134: highlight active messages
* ui/134: create theming template
* ui/134: version bump
This commit is contained in:
Carlos Valente
2022-05-28 16:25:56 +02:00
committed by GitHub
parent 8c2d6595b0
commit 412d230cee
6 changed files with 31 additions and 7 deletions
@@ -33,6 +33,16 @@
.padleft {
padding-left: 0.5em;
border-radius: 2px;
}
.inputRowActive {
.label {
color: $light-bg;
}
.inline {
background-color: $light-bg-transparent;
}
}
}