From 23bab9a2b49cf7f831272287aa2255e5a9a8ec1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Henke?= Date: Mon, 6 Jan 2025 14:37:30 +0100 Subject: [PATCH] added new billing ElementSearcher style --- build.gradle | 2 +- src/main/resources/static/css/style.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f4f1d0d..a61d597 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { apply plugin: 'io.spring.dependency-management' group = 'de.jottyfan' -version = '1.5.3' +version = '1.5.4' description = """timetrack""" diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index 93af7e0..1e59233 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -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; }