Add css trick border + Style for equiped and review for npc input.
This commit is contained in:
@@ -188,7 +188,7 @@ fieldset {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
margin: 0 0.25rem;
|
||||
padding: 0.25rem 0.5rem;
|
||||
padding: 0.5rem;
|
||||
border: 1px solid $l5r5e-title;
|
||||
legend {
|
||||
color: $l5r5e-label;
|
||||
@@ -203,16 +203,21 @@ input[type="text"],
|
||||
input[type="number"],
|
||||
input[type="password"],
|
||||
input[type="date"],
|
||||
input[type="time"] {
|
||||
text-align: center;
|
||||
input[type="time"],
|
||||
textarea {
|
||||
padding: 0.25rem;
|
||||
background: $l5r5e-white;
|
||||
border: 1px solid $l5r5e-title;
|
||||
color: $l5r5e-bold;
|
||||
resize: vertical;
|
||||
border-radius: 0;
|
||||
&[disabled] {
|
||||
background: $l5r5e-white-light;
|
||||
}
|
||||
}
|
||||
input[type="number"] {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
// Editors
|
||||
.editor,
|
||||
|
||||
Reference in New Issue
Block a user