mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
Draft nicer placeholder and disabled forms
This commit is contained in:
parent
637d29e43d
commit
be42ed5c6b
11
input.scss
11
input.scss
|
|
@ -37,6 +37,10 @@ input[type="datetime-local"] {
|
|||
&:focus {
|
||||
border-color:#0c69d6;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
background: #efefef;
|
||||
}
|
||||
}
|
||||
|
||||
select {
|
||||
|
|
@ -57,7 +61,12 @@ input[type="file"] {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
input[placeholder], textarea {
|
||||
input::placeholder {
|
||||
color: #cfcfcf;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
input::placeholder, textarea {
|
||||
font-family: 'FontAwesome', serif;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user