Merge pull request #1247 from batuhawk/master
Custom toggle and tag style updated
This commit is contained in:
commit
f172a0340d
27
public/css/custom.css
vendored
27
public/css/custom.css
vendored
@ -7,6 +7,13 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*--Layout Content--*/
|
||||||
|
.content-layout
|
||||||
|
{
|
||||||
|
max-width: 1300px !important;
|
||||||
|
}
|
||||||
|
/*--Layout Content Finish--*/
|
||||||
|
|
||||||
/*--------Cursor Styles--------*/
|
/*--------Cursor Styles--------*/
|
||||||
/*--Cursor Pointer--*/
|
/*--Cursor Pointer--*/
|
||||||
.cursor-pointer
|
.cursor-pointer
|
||||||
@ -79,6 +86,18 @@
|
|||||||
}
|
}
|
||||||
/*--------Credit Card Finish--------*/
|
/*--------Credit Card Finish--------*/
|
||||||
|
|
||||||
|
/*--------Custom Toggle--------*/
|
||||||
|
.custom-toggle
|
||||||
|
{
|
||||||
|
width: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-toggle input:checked + .status-green:before
|
||||||
|
{
|
||||||
|
left: 10px;
|
||||||
|
}
|
||||||
|
/*--------Custom Toggle Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--Button Element Focus--*/
|
/*--Button Element Focus--*/
|
||||||
button:focus
|
button:focus
|
||||||
@ -149,14 +168,6 @@ button:focus
|
|||||||
/*--------Customer/Vendor Show Finish--------*/
|
/*--------Customer/Vendor Show Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*--------Content Width--------*/
|
|
||||||
.content-layout
|
|
||||||
{
|
|
||||||
max-width: 1300px !important;
|
|
||||||
}
|
|
||||||
/*--------Content Width Finish-------*/
|
|
||||||
|
|
||||||
|
|
||||||
/*--------Navbar Notification--------*/
|
/*--------Navbar Notification--------*/
|
||||||
.nav-link .badge-update
|
.nav-link .badge-update
|
||||||
{
|
{
|
||||||
|
4
public/css/element.css
vendored
4
public/css/element.css
vendored
@ -2629,6 +2629,10 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-select__tags-text {
|
||||||
|
padding-bottom: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.el-input__inner:focus {
|
.el-input__inner:focus {
|
||||||
color: #8696a9;
|
color: #8696a9;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user