mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
make textarea monospace
This commit is contained in:
parent
49c4fc3509
commit
2c76ca7004
|
|
@ -29,6 +29,7 @@ input[type="email"],
|
||||||
input[type="date"],
|
input[type="date"],
|
||||||
input[type="number"],
|
input[type="number"],
|
||||||
input[type="datetime-local"] {
|
input[type="datetime-local"] {
|
||||||
|
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: var(--input-color);
|
color: var(--input-color);
|
||||||
background: var(--input-background);
|
background: var(--input-background);
|
||||||
|
|
@ -151,7 +152,7 @@ input::placeholder {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
input::placeholder, textarea {
|
input::placeholder {
|
||||||
font-family: 'FontAwesome', serif;
|
font-family: 'FontAwesome', serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3522,6 +3522,7 @@ input[type="email"],
|
||||||
input[type="date"],
|
input[type="date"],
|
||||||
input[type="number"],
|
input[type="number"],
|
||||||
input[type="datetime-local"] {
|
input[type="datetime-local"] {
|
||||||
|
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: var(--input-color);
|
color: var(--input-color);
|
||||||
background: var(--input-background);
|
background: var(--input-background);
|
||||||
|
|
@ -3651,7 +3652,7 @@ input::placeholder {
|
||||||
color: var(--input-icon-color);
|
color: var(--input-icon-color);
|
||||||
opacity: 0.5; }
|
opacity: 0.5; }
|
||||||
|
|
||||||
input::placeholder, textarea {
|
input::placeholder {
|
||||||
font-family: 'FontAwesome', serif; }
|
font-family: 'FontAwesome', serif; }
|
||||||
|
|
||||||
input:invalid {
|
input:invalid {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user