mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
fix: style of database checkbox
This commit is contained in:
@@ -128,18 +128,14 @@
|
|||||||
cursor: auto;
|
cursor: auto;
|
||||||
|
|
||||||
&,
|
&,
|
||||||
&:hover {
|
&::before {
|
||||||
height: 15px;
|
height: 15px;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bp4-control.bp4-checkbox {
|
.bp4-control.bp4-checkbox input:not(:checked):not(:indeterminate) ~ .bp4-control-indicator{
|
||||||
|
box-shadow: inset 0 0 0 1px #C5CBD3;
|
||||||
input:checked~.bp4-control-indicator,
|
|
||||||
input:indeterminate~.bp4-control-indicator {
|
|
||||||
border-color: #0052ff;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.skeleton {
|
.skeleton {
|
||||||
|
|||||||
Reference in New Issue
Block a user