mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-25 22:22:58 +00:00
stupid changes
This commit is contained in:
@@ -90,21 +90,25 @@
|
|||||||
font-style : italic;
|
font-style : italic;
|
||||||
line-height : 1.4em;
|
line-height : 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='checkbox'], input[type='number'] {
|
|
||||||
float : right;
|
|
||||||
text-align : end;
|
|
||||||
}
|
|
||||||
input[type='text'], textarea {
|
|
||||||
color : var(--input-text-clr);
|
|
||||||
background-color : var(--input-bg);
|
|
||||||
border : 1px solid var(--input-placeholder-clr);
|
|
||||||
&:hover, :focus { outline : 1px solid var(--input-placeholder-clr); background-color : var(--input-bg-hover); }
|
|
||||||
&::placeholder { color : var(--input-placeholder-clr); }
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type='checkbox'], input[type='number'] {
|
||||||
|
float : right;
|
||||||
|
text-align : end;
|
||||||
|
}
|
||||||
|
input[type='text'], textarea, select {
|
||||||
|
color : var(--input-text-clr);
|
||||||
|
background-color : var(--input-bg);
|
||||||
|
border : 1px solid var(--input-placeholder-clr);
|
||||||
|
&:hover, :focus { outline : 1px solid var(--input-placeholder-clr); background-color : var(--input-bg-hover); }
|
||||||
|
&::placeholder { color : var(--input-placeholder-clr); }
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type='range'] {
|
||||||
|
color: var(--input-text-clr);
|
||||||
|
}
|
||||||
|
|
||||||
&.description {
|
&.description {
|
||||||
flex : 1;
|
flex : 1;
|
||||||
textarea.value {
|
textarea.value {
|
||||||
@@ -161,6 +165,7 @@
|
|||||||
color : dimgray;
|
color : dimgray;
|
||||||
background-color : darkgray;
|
background-color : darkgray;
|
||||||
}
|
}
|
||||||
|
.item.dropdown-input { border:none;}
|
||||||
.item {
|
.item {
|
||||||
position : relative;
|
position : relative;
|
||||||
overflow : visible;
|
overflow : visible;
|
||||||
|
|||||||
Reference in New Issue
Block a user