From 261a93bcc05925c094d4dad3ceb3705653f8c6cd Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Fri, 28 Nov 2025 14:34:45 +0100 Subject: [PATCH] improved CSS Signed-off-by: Stephan Richter --- web/src/main/resources/web/css/bloodshed-color.css | 4 ++++ web/src/main/resources/web/css/bloodshed.css | 10 +++++++++- web/src/main/resources/web/css/default-color.css | 4 ++++ web/src/main/resources/web/css/default.css | 8 ++++++++ web/src/main/resources/web/css/winter.css | 10 +++++++++- 5 files changed, 34 insertions(+), 2 deletions(-) diff --git a/web/src/main/resources/web/css/bloodshed-color.css b/web/src/main/resources/web/css/bloodshed-color.css index 8a89ab2..367bc8d 100644 --- a/web/src/main/resources/web/css/bloodshed-color.css +++ b/web/src/main/resources/web/css/bloodshed-color.css @@ -303,4 +303,8 @@ tr:hover .taglist .tag button { .easylist fieldset { border-color: red; color: red; +} + +.easylist .filter{ + background: black; } \ No newline at end of file diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index 0c2a56e..0e29eac 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -415,6 +415,11 @@ a.wikilink{ border-radius: 5px; text-align: center; } +.easylist .filter{ + position: sticky; + top: 40px; + z-index: 10; +} @media screen and (max-width: 600px) { .grid2{ @@ -444,6 +449,9 @@ a.wikilink{ .easylist input{ font-size: 20px; } + .easylist .filter{ + top: 95px; + } } fieldset.vcard{ @@ -489,4 +497,4 @@ fieldset.vcard{ margin: 0 6px; white-space: nowrap; display: inline flow-root; -} \ No newline at end of file +} diff --git a/web/src/main/resources/web/css/default-color.css b/web/src/main/resources/web/css/default-color.css index 8664570..3fe7676 100644 --- a/web/src/main/resources/web/css/default-color.css +++ b/web/src/main/resources/web/css/default-color.css @@ -293,4 +293,8 @@ tr:hover .taglist .tag button { .easylist fieldset { border-color: #ff7726; color: #ff7726; +} + +.easylist .filter{ + background: black; } \ No newline at end of file diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 50e3504..0926544 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -493,6 +493,11 @@ a.wikilink{ border-radius: 5px; text-align: center; } +.easylist .filter{ + position: sticky; + top: 40px; + z-index: 10; +} @media screen and (max-width: 600px) { .grid2{ @@ -522,6 +527,9 @@ a.wikilink{ .easylist input{ font-size: 20px; } + .easylist .filter{ + top: 95px; + } } fieldset.vcard{ diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index cccab33..2c498a3 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -415,6 +415,11 @@ a.wikilink{ border-radius: 5px; text-align: center; } +.easylist .filter{ + position: sticky; + top: 40px; + z-index: 10; +} @media screen and (max-width: 600px) { .grid2{ @@ -444,6 +449,9 @@ a.wikilink{ .easylist input{ font-size: 20px; } + .easylist .filter{ + top: 95px; + } } fieldset.vcard{ @@ -489,4 +497,4 @@ fieldset.vcard{ margin: 0 6px; white-space: nowrap; display: inline flow-root; -} \ No newline at end of file +}