mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-13 08:18:40 +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 {
|
input, select, textarea, .textarea {
|
||||||
border: 1px solid var(--input-border); }
|
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 {
|
progress {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user