mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08: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 {
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user