added new billing ElementSearcher style

This commit is contained in:
Jörg Henke
2025-01-06 14:37:30 +01:00
parent 1d532e322c
commit 23bab9a2b4
2 changed files with 10 additions and 1 deletions

View File

@ -7,7 +7,7 @@ plugins {
apply plugin: 'io.spring.dependency-management'
group = 'de.jottyfan'
version = '1.5.3'
version = '1.5.4'
description = """timetrack"""

View File

@ -210,6 +210,15 @@ body {
color: black !important;
}
.ES {
color: black;
background: radial-gradient(rgb(111, 255, 209), rgb(1, 113, 52)) !important;
}
[data-bs-theme="dark"] .ES {
color: black !important;
}
.left {
text-align: left;
}