Skip to content

Commit

Permalink
Increase the visibility of unchecked checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderhenne committed Aug 7, 2017
1 parent de6cf25 commit 6464e14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/index.css
Expand Up @@ -14,6 +14,14 @@ html, body {
margin-top: 30px;
}

/* semantic ui overrides */
.ui.toggle.checkbox label::before {
background: #E0E1E2 !important;
}
.ui.toggle.checkbox label:hover::before {
background-color: #CACBCD !important;
}

#unknownNameErrorBox, #noImagesFoundWarningBox, #downloadingInfoBox {
display: none;
}

0 comments on commit 6464e14

Please sign in to comment.