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); +} + */