Кастомная тема

This commit is contained in:
Book Pauk
2019-01-02 16:12:05 +07:00
parent 5915dd443c
commit 61eea9cccc
78 changed files with 64 additions and 1 deletions

1
client/theme/option.css Normal file
View File

@@ -0,0 +1 @@
.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#fff}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#f5f7fa}.el-select-dropdown__item.selected{color:#00468F;font-weight:700}