dashboard general style updated
This commit is contained in:
parent
57e2bc0c54
commit
5cf97c48d5
50
public/css/custom.css
vendored
50
public/css/custom.css
vendored
@ -57,6 +57,56 @@
|
|||||||
}
|
}
|
||||||
/*--------Item Tax Tag Finish--------*/
|
/*--------Item Tax Tag Finish--------*/
|
||||||
|
|
||||||
|
/*--------Date Style--------*/
|
||||||
|
.el-date-table td.today span
|
||||||
|
{
|
||||||
|
color: #3c3f72 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-date-table td.end-date span, .el-date-table td.start-date span
|
||||||
|
{
|
||||||
|
background-color: #55588b !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-date-table td.available:hover {
|
||||||
|
color: #6da252 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-picker-panel__shortcut:hover
|
||||||
|
{
|
||||||
|
color: #6da252 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-picker-panel__icon-btn:hover {
|
||||||
|
color: #6da252 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-date-table td.today.end-date span, .el-date-table td.today.start-date span
|
||||||
|
{
|
||||||
|
color: #ffffff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-date-table td.in-range div
|
||||||
|
{
|
||||||
|
background-color: #F2F6FC;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-range-editor.is-active
|
||||||
|
{
|
||||||
|
border-color: #3c3f72 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-range-editor.el-input__inner
|
||||||
|
{
|
||||||
|
width: 55% !important;
|
||||||
|
align-items: baseline !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-date-editor .el-range-separator
|
||||||
|
{
|
||||||
|
width: 7% !important;
|
||||||
|
}
|
||||||
|
/*--------Date Style Finish--------*/
|
||||||
|
|
||||||
/*--------Carousel Arrows--------*/
|
/*--------Carousel Arrows--------*/
|
||||||
.carousel-description
|
.carousel-description
|
||||||
|
@ -92,7 +92,6 @@
|
|||||||
|
|
||||||
@section('new_button')
|
@section('new_button')
|
||||||
<!--Dashboard General Filter-->
|
<!--Dashboard General Filter-->
|
||||||
<div class="pull-right">
|
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
v-model="value2"
|
v-model="value2"
|
||||||
type="daterange"
|
type="daterange"
|
||||||
@ -106,7 +105,6 @@
|
|||||||
end-placeholder="End date"
|
end-placeholder="End date"
|
||||||
:picker-options="pickerOptions">
|
:picker-options="pickerOptions">
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
</div>
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user