[mod] style
This commit is contained in:
parent
6c92725d50
commit
348f6da19c
3 changed files with 16 additions and 4 deletions
|
@ -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%);
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,3 +12,10 @@
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
.sources-entry:not(.sources-entry-active)
|
||||||
|
{
|
||||||
|
filter: saturate(0);
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue