From 348f6da19c96159bc081df98a1d17da929d98924 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Mon, 21 Oct 2024 19:19:33 +0200 Subject: [PATCH] [mod] style --- source/style/main.css | 4 ++-- source/style/plankton.css | 9 +++++++-- source/style/widget-sources.css | 7 +++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/source/style/main.css b/source/style/main.css index ed3cb94..a91b626 100644 --- a/source/style/main.css +++ b/source/style/main.css @@ -43,7 +43,7 @@ a:hover transition: 1s ease color; } -input,select +input,select,textarea { padding: 4px; } @@ -55,7 +55,7 @@ button cursor: pointer; } -input,select,button +input,select,textarea,button { background-color: hsl(0, 0%, 0%); color: hsl(0, 0%, 100%); diff --git a/source/style/plankton.css b/source/style/plankton.css index 5595844..7c0a407 100644 --- a/source/style/plankton.css +++ b/source/style/plankton.css @@ -36,6 +36,11 @@ .plankton_input_group_field textarea { - min-width: 250px; - min-height: 75px; + min-width: 350px; + min-height: 200px; +} + +.plankton_input_soft_setter +{ + vertical-align: top; } diff --git a/source/style/widget-sources.css b/source/style/widget-sources.css index 70ccf1d..a7f63e1 100644 --- a/source/style/widget-sources.css +++ b/source/style/widget-sources.css @@ -12,3 +12,10 @@ padding: 4px; cursor: pointer; } + +/* +.sources-entry:not(.sources-entry-active) +{ + filter: saturate(0); +} + */