WebUI CSS Background Color set to white

This commit is contained in:
Paulchen Panther
2018-12-20 14:21:35 +01:00
committed by GitHub
parent a8efe51b25
commit 640ff5ac0c

View File

@@ -176,6 +176,9 @@ table label{margin:0}
.checklist{list-style-type:none;padding-left:0px}
.checklist li::before{content: "\f00c";font: normal normal normal 14px/1 FontAwesome;margin-right:5px;color:green;font-size:19px}
/* bgwhite */
.bg-w{background-color: white;}
/*Modal icons*/
[class*="modal-icon"]{
padding:30px;
@@ -993,4 +996,4 @@ input[type="radio"] .styled:checked + label::before {
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
color: #fff;
}
}