mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-09 22:48:41 +00:00
add undecorated textarea
This commit is contained in:
parent
ff90b2a5cd
commit
fd0d8d5d07
13
input.scss
13
input.scss
|
|
@ -10,6 +10,19 @@
|
||||||
*/
|
*/
|
||||||
input, select, textarea, .textarea {
|
input, select, textarea, .textarea {
|
||||||
border: 1px solid var(--input-border);
|
border: 1px solid var(--input-border);
|
||||||
|
|
||||||
|
&.undecorated {
|
||||||
|
border: none;
|
||||||
|
background: transparent;
|
||||||
|
resize: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:active.undecorated, &:focus.undecorated {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
outline: none;
|
||||||
|
border-style: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
progress {
|
progress {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user