Skip to content

Commit

Permalink
Merge pull request #15 from mixmint/fix/checkbox_sign
Browse files Browse the repository at this point in the history
Fix/checkbox sign
  • Loading branch information
mixmint authored Oct 26, 2024
2 parents 7446772 + c64e9f7 commit 0eec0e6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -660,9 +660,6 @@ color: var(--color_primary, initial);
width: 30px;
height: 30px;
background: rgba(255, 255, 255, .5);
display: flex;
justify-content: center;
align-items: center;
z-index: 100;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
Expand Down Expand Up @@ -1003,6 +1000,11 @@ canvas {
line-height: 46px;
}

html.linux .captiveportal #signin-box #signin[disabled]:after,
html.linux .captiveportal #login_none #signin_anon[disabled]:after {
height: 28px;
}

[dir="rtl"] .captiveportal .left-side {
margin-right: unset;
margin-left: calc(-1.5 * (var(--block_padding, 0)));
Expand Down

0 comments on commit 0eec0e6

Please sign in to comment.