Skip to content

Commit

Permalink
minor CSS fix for switches
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Feb 17, 2020
1 parent 89bc094 commit 52607f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.html
Expand Up @@ -149,6 +149,8 @@
width: 95%;
}
}
.switch label input[type=checkbox]:checked+.lever { background-color: #93dafa; }
.switch label input[type=checkbox]:checked+.lever:after { background-color: #03a9f4; }

</style>
</head>
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/static/styles/style.css
Expand Up @@ -326,6 +326,8 @@ pre, code.hljs, code[class*="language-"], pre[class*="language-"] {
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {background-color: #039be5;}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {border: 2px solid #039be5;}
.switch label input[type=checkbox]:checked+.lever { background-color: #93dafa; }
.switch label input[type=checkbox]:checked+.lever:after { background-color: #03a9f4; }

.userbox img {max-width: inherit;}
@media (max-width: 1280px) {
Expand Down

0 comments on commit 52607f2

Please sign in to comment.