added new billing ElementSearcher style
This commit is contained in:
@ -7,7 +7,7 @@ plugins {
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
|
||||
group = 'de.jottyfan'
|
||||
version = '1.5.3'
|
||||
version = '1.5.4'
|
||||
|
||||
description = """timetrack"""
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user