1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-10 13:24:42 +00:00

Merge pull request 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/theme/frio

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,