mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
move checkbox settings to schemes
This commit is contained in:
parent
1b273e25b5
commit
8c65c0ccf9
2 changed files with 10 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue