diff --git a/build.gradle b/build.gradle index 817a73c..5ec334c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { apply plugin: 'io.spring.dependency-management' group = 'de.jottyfan' -version = '1.3.6' +version = '1.3.7' description = """timetrack""" diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index 66d7ff4..16cddd6 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -368,4 +368,26 @@ body { min-height: calc(90vh - 100px); max-height: calc(90vh - 100px); margin: 8px; -} \ No newline at end of file +} + +.btn-list { + padding-left: 8px; + padding-right: 8px; + padding-top: 4px; + padding-bottom: 4px; + border-radius: 4px; + border: 1px solid transparent; +} + +.btn-list:hover { + border: 1px solid rgb(119, 118, 123); + color: white; + background-image: linear-gradient(to right bottom, #99c1f1, #1a5f64); +} + +[data-bs-theme=dark] .btn-list:hover { + border: 1px solid rgb(246, 245, 244); + color: rgb(246, 245, 244); + background-image: linear-gradient(to right bottom, #99c1f1, #1a5f64); +} + diff --git a/src/main/resources/templates/done/list.html b/src/main/resources/templates/done/list.html index 409b805..2a3b101 100644 --- a/src/main/resources/templates/done/list.html +++ b/src/main/resources/templates/done/list.html @@ -39,7 +39,7 @@ - + @@ -70,7 +70,7 @@ - + - - + +