[mod] style

This commit is contained in:
Fenris Wolf 2024-10-21 19:19:33 +02:00
parent 6c92725d50
commit 348f6da19c
3 changed files with 16 additions and 4 deletions

View file

@ -43,7 +43,7 @@ a:hover
transition: 1s ease color; transition: 1s ease color;
} }
input,select input,select,textarea
{ {
padding: 4px; padding: 4px;
} }
@ -55,7 +55,7 @@ button
cursor: pointer; cursor: pointer;
} }
input,select,button input,select,textarea,button
{ {
background-color: hsl(0, 0%, 0%); background-color: hsl(0, 0%, 0%);
color: hsl(0, 0%, 100%); color: hsl(0, 0%, 100%);

View file

@ -36,6 +36,11 @@
.plankton_input_group_field textarea .plankton_input_group_field textarea
{ {
min-width: 250px; min-width: 350px;
min-height: 75px; min-height: 200px;
}
.plankton_input_soft_setter
{
vertical-align: top;
} }

View file

@ -12,3 +12,10 @@
padding: 4px; padding: 4px;
cursor: pointer; cursor: pointer;
} }
/*
.sources-entry:not(.sources-entry-active)
{
filter: saturate(0);
}
*/