mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
Automatic css build
This commit is contained in:
parent
fd0d8d5d07
commit
c741c8c3b5
|
|
@ -3616,6 +3616,15 @@ div.slider-1 {
|
|||
*/
|
||||
input, select, textarea, .textarea {
|
||||
border: 1px solid var(--input-border); }
|
||||
input.undecorated, select.undecorated, textarea.undecorated, .textarea.undecorated {
|
||||
border: none;
|
||||
background: transparent;
|
||||
resize: none; }
|
||||
input:active.undecorated, input:focus.undecorated, select:active.undecorated, select:focus.undecorated, textarea:active.undecorated, textarea:focus.undecorated, .textarea:active.undecorated, .textarea:focus.undecorated {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
outline: none;
|
||||
border-style: none; }
|
||||
|
||||
progress {
|
||||
height: 20px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user