mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-16 05:14:35 +02:00
Removed bootstrap aweseome checkbox
We now use Bootstrap 4's custom controls.
This commit is contained in:
parent
2d34649ae6
commit
1a0e5408af
6 changed files with 51 additions and 49 deletions
|
@ -638,22 +638,6 @@ label:not(.form-check-label, custom-control-label) {
|
|||
padding: .1rem 1.5rem;
|
||||
}
|
||||
|
||||
/* Font Awesome 5 with Checkbox support */
|
||||
.abc-checkbox input[type="checkbox"]:checked+label::after,
|
||||
.abc-checkbox input[type="radio"]:checked+label::after {
|
||||
/*noinspection CssNoGenericFontName*/
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-weight: 900;
|
||||
content: "\f00c";
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.form-check-dropdown {
|
||||
display: flex;
|
||||
width: auto;
|
||||
padding-left: 10%;
|
||||
}
|
||||
|
||||
.btn-group-append {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue