selection reference and alignment updated
This commit is contained in:
12
public/css/custom.css
vendored
12
public/css/custom.css
vendored
@ -8,8 +8,18 @@
|
||||
}
|
||||
|
||||
|
||||
/*--------Selection Reference--------*/
|
||||
::selection
|
||||
{
|
||||
background-color: #3c3f72;
|
||||
color: #ffffff;
|
||||
}
|
||||
/*--------Selection Reference Finish--------*/
|
||||
|
||||
|
||||
/*--------Credit Card--------*/
|
||||
.card-input__input:hover, .card-input__input:focus {
|
||||
.card-input__input:hover, .card-input__input:focus
|
||||
{
|
||||
border-color: #55588b !important;
|
||||
}
|
||||
/*--------Credit Card Finish--------*/
|
||||
|
9
public/css/element.css
vendored
9
public/css/element.css
vendored
@ -15428,12 +15428,17 @@
|
||||
|
||||
.el-select-icon
|
||||
{
|
||||
padding-left: 4px;
|
||||
padding-left: 0.2rem;
|
||||
}
|
||||
|
||||
.el-select .el-input .el-input__inner
|
||||
{
|
||||
padding-left: 39px;
|
||||
padding-left: 38px;
|
||||
}
|
||||
|
||||
.form-control.datepicker.flatpickr-input
|
||||
{
|
||||
padding-left: 2px;
|
||||
}
|
||||
/*--------El Select Icon Finish--------*/
|
||||
|
||||
|
Reference in New Issue
Block a user