ENH: Css tweaks, disabled input and items desc

master
U~man 2020-07-30 12:09:22 +02:00
parent 3f8135f485
commit ef160bc1de
2 changed files with 8 additions and 3 deletions

View File

@ -25,7 +25,7 @@
border: none; border: none;
border-radius: 0; border-radius: 0;
border-bottom: 1px solid $colorTan; border-bottom: 1px solid $colorTan;
&:hover, &:focus { &:hover:not(:disabled), &:focus:not(:disabled) {
box-shadow: none; box-shadow: none;
background: $inputBackground; background: $inputBackground;
} }

View File

@ -91,8 +91,13 @@
} }
} }
} }
.editor { .description {
height: 250px; .editor {
height: 250px;
.editor-content {
padding: 0 5px;
}
}
} }
} }
} }