Commit d3c77ab16a0307ffb7beca587218295191361a5c
1 parent
b98c0bb6
Exists in
master
and in
3 other branches
Resolvendo bugs do tipo Elemento verde mesmo para tema preto ou vermelho
Showing
2 changed files
with
22 additions
and
0 deletions
Show diff stats
amadeus/static/css/themes/black.css
... | ... | @@ -558,4 +558,15 @@ a.add-row { |
558 | 558 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { |
559 | 559 | backgroun-color: #474b4b !important; } } |
560 | 560 | |
561 | +/* Color Checkbox */ | |
562 | + | |
563 | +.checkbox input[type=checkbox]:checked+.checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check { | |
564 | + color: black; | |
565 | + border-color: black; | |
566 | +} | |
567 | + | |
568 | +.checkbox input[type=checkbox]:checked+.checkbox-material .check:before, label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check:before { | |
569 | + color: black; | |
570 | +} | |
571 | + | |
561 | 572 | /*# sourceMappingURL=black.css.map */ | ... | ... |
amadeus/static/css/themes/red.css
... | ... | @@ -558,4 +558,15 @@ a.add-row { |
558 | 558 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { |
559 | 559 | backgroun-color: #591111 !important; } } |
560 | 560 | |
561 | +/* Color Checkbox */ | |
562 | + | |
563 | +.checkbox input[type=checkbox]:checked+.checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check { | |
564 | + color: #8e1c1c; | |
565 | + border-color: #8e1c1c; | |
566 | +} | |
567 | + | |
568 | +.checkbox input[type=checkbox]:checked+.checkbox-material .check:before, label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check:before { | |
569 | + color: #8e1c1c; | |
570 | +} | |
571 | + | |
561 | 572 | /*# sourceMappingURL=red.css.map */ | ... | ... |