select tax style updated
This commit is contained in:
parent
97a743d1f1
commit
b81468135a
24
public/css/custom.css
vendored
24
public/css/custom.css
vendored
@ -40,11 +40,21 @@
|
|||||||
overflow: hidden;
|
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
|
.select-tax .el-select .el-select__tags .el-select__tags-text
|
||||||
{
|
{
|
||||||
width: 20px !important;
|
width: 20px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after
|
||||||
|
{
|
||||||
|
right: 4px !important;
|
||||||
|
color: #6da252;
|
||||||
|
}
|
||||||
/*--------Item Tax Tag Finish--------*/
|
/*--------Item Tax Tag Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
@ -539,6 +549,8 @@
|
|||||||
|
|
||||||
|
|
||||||
/*--------Settings Index Page--------*/
|
/*--------Settings Index Page--------*/
|
||||||
|
|
||||||
|
/*--------Settings Icons--------*/
|
||||||
.settings-icons
|
.settings-icons
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -547,20 +559,22 @@
|
|||||||
width: 45px;
|
width: 45px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
/*--------Settings Icons Finish--------*/
|
||||||
|
|
||||||
|
/*--------Settings Button Focus--------*/
|
||||||
.btn-icon-clipboard:focus {
|
.btn-icon-clipboard:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
/*--------Settings Index Page Finish--------*/
|
/*--------Settings Button Focus Finish--------*/
|
||||||
|
|
||||||
|
/*--------Shadow None Focus--------*/
|
||||||
/*--------Box Shadow None Focus--------*/
|
|
||||||
.shadow-none--hover:focus
|
.shadow-none--hover:focus
|
||||||
{
|
{
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
/*--------Box Shadow None Focus Finish--------*/
|
/*--------Shadow None Focus Finish--------*/
|
||||||
|
|
||||||
|
/*--------Settings Index Page Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Pagination Alignment--------*/
|
/*--------Pagination Alignment--------*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user