Merge pull request #1028 from batuhawk/master

Select tax style updated
This commit is contained in:
Batuhan Baş 2019-12-25 11:42:44 +03:00 committed by GitHub
commit 88ea6fb5a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
public/css/custom.css vendored
View File

@ -40,11 +40,21 @@
overflow: hidden;
}
.select-tax .el-input--prefix .el-input__inner {
padding-left: 23px !important;
}
.select-tax .el-select .el-select__tags .el-select__tags-text
{
width: 20px !important;
overflow: hidden;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after
{
right: 4px !important;
color: #6da252;
}
/*--------Item Tax Tag Finish--------*/
@ -539,6 +549,8 @@
/*--------Settings Index Page--------*/
/*--------Settings Icons--------*/
.settings-icons
{
position: relative;
@ -547,20 +559,22 @@
width: 45px;
padding-top: 10px;
}
/*--------Settings Icons Finish--------*/
/*--------Settings Button Focus--------*/
.btn-icon-clipboard:focus {
outline: none;
}
/*--------Settings Index Page Finish--------*/
/*--------Settings Button Focus Finish--------*/
/*--------Box Shadow None Focus--------*/
/*--------Shadow None Focus--------*/
.shadow-none--hover:focus
{
box-shadow: none !important;
}
/*--------Box Shadow None Focus Finish--------*/
/*--------Shadow None Focus Finish--------*/
/*--------Settings Index Page Finish--------*/
/*--------Pagination Alignment--------*/