mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-13 00:08:41 +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 {
|
&:focus {
|
||||||
border-color:#0c69d6;
|
border-color:#0c69d6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
background: #efefef;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
|
@ -57,7 +61,12 @@ input[type="file"] {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[placeholder], textarea {
|
input::placeholder {
|
||||||
|
color: #cfcfcf;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
input::placeholder, textarea {
|
||||||
font-family: 'FontAwesome', serif;
|
font-family: 'FontAwesome', serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user