Merge pull request #9417 from vinzv/9042-checkboxes-use-background-color

Give checkboxes better background colors
This commit is contained in:
Hypolite Petovan 2020-10-12 20:58:26 -04:00 committed by GitHub
commit e0a6b90316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View File

@ -2044,7 +2044,7 @@ p.wall-item-announce,
.radio label::before,
.checkbox label::before {
background-color: $background_color;
background-color: rgba(255,255,255,$contentbg_transp);
}
.radio label::after {
background-color: $link_color;

View File

@ -82,6 +82,11 @@ input[type=range] {
color: $font_color_darker;
}
.radio label::before,
.checkbox label::before {
background-color: $background_color;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,

View File

@ -83,6 +83,11 @@ input[type=range] {
color: $font_color_darker;
}
.radio label::before,
.checkbox label::before {
background-color: $background_color;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,