mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +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="number"],
|
||||
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;
|
||||
color: var(--input-color);
|
||||
background: var(--input-background);
|
||||
|
|
@ -151,7 +152,7 @@ input::placeholder {
|
|||
opacity: 0.5;
|
||||
}
|
||||
|
||||
input::placeholder, textarea {
|
||||
input::placeholder {
|
||||
font-family: 'FontAwesome', serif;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3522,6 +3522,7 @@ input[type="email"],
|
|||
input[type="date"],
|
||||
input[type="number"],
|
||||
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;
|
||||
color: var(--input-color);
|
||||
background: var(--input-background);
|
||||
|
|
@ -3651,7 +3652,7 @@ input::placeholder {
|
|||
color: var(--input-icon-color);
|
||||
opacity: 0.5; }
|
||||
|
||||
input::placeholder, textarea {
|
||||
input::placeholder {
|
||||
font-family: 'FontAwesome', serif; }
|
||||
|
||||
input:invalid {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user