checked icon styling

This commit is contained in:
Burak Civan 2022-08-01 14:34:23 +03:00
parent 2249eda829
commit 4d80a4a768
2 changed files with 355541 additions and 551 deletions

356084
public/css/app.css vendored

File diff suppressed because it is too large Load Diff

View File

@ -436,6 +436,14 @@ html[dir='rtl'] .el-input__suffix {
text-align: left;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
right: 15px !important;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
background-color: transparent;
}
@media only screen and (max-width: 480px) {
.el-range-editor.el-input__inner {
width: 100%;