Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglee committed Jan 21, 2024
1 parent a393763 commit ccb62c1
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions themes/goblue/plugins/default/css/core/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -2269,14 +2269,20 @@
border-radius: 2px;
}

.ossn-form input[type=checkbox]:checked::before,
.ossn-form input[type=checkbox]:checked::before {
font: 9px/1 'Open Sans', sans-serif;
left: 7px;
top: 5px;
content: '\02143';
}
.ossn-form input[type=radio]:checked::before {
position: absolute;
font: 9px/1 'Open Sans', sans-serif;
left: 7px;
top: 5px;
content: '\02143';
transform: rotate(40deg);
}

.ossn-form input[type=checkbox]:hover,
.ossn-form input[type=radio]:hover {
background-color: #f7f7f7;
Expand Down Expand Up @@ -2591,7 +2597,7 @@
}

.ossn-box-inner {
width: 446px;
width: 435px;
}

.home-left-contents .some-icons i {
Expand Down Expand Up @@ -2852,8 +2858,9 @@
}

.ossn-box-loading {
margin-left: 150px;
margin-top: 37px;
margin-left: 0;
margin-top: 0;
margin: 40px auto;
}

.ossn-message-box .contents input[type="text"] {
Expand Down

0 comments on commit ccb62c1

Please sign in to comment.