diff --git a/amadeus/static/css/themes/black.css b/amadeus/static/css/themes/black.css index 906f4fe..61417e4 100644 --- a/amadeus/static/css/themes/black.css +++ b/amadeus/static/css/themes/black.css @@ -558,4 +558,15 @@ a.add-row { .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { backgroun-color: #474b4b !important; } } +/* Color Checkbox */ + +.checkbox input[type=checkbox]:checked+.checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check { + color: black; + border-color: black; +} + +.checkbox input[type=checkbox]:checked+.checkbox-material .check:before, label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check:before { + color: black; +} + /*# sourceMappingURL=black.css.map */ diff --git a/amadeus/static/css/themes/red.css b/amadeus/static/css/themes/red.css index 3bf91d7..8e9da02 100644 --- a/amadeus/static/css/themes/red.css +++ b/amadeus/static/css/themes/red.css @@ -558,4 +558,15 @@ a.add-row { .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { backgroun-color: #591111 !important; } } +/* Color Checkbox */ + +.checkbox input[type=checkbox]:checked+.checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check { + color: #8e1c1c; + border-color: #8e1c1c; +} + +.checkbox input[type=checkbox]:checked+.checkbox-material .check:before, label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check:before { + color: #8e1c1c; +} + /*# sourceMappingURL=red.css.map */ -- libgit2 0.21.2