Skip to content

Commit

Permalink
Update images. Add minification commands. Fix display of captcha in a…
Browse files Browse the repository at this point in the history
…dmin settings
  • Loading branch information
forgetso committed Mar 28, 2024
1 parent f6c15bf commit 1c60c64
Show file tree
Hide file tree
Showing 49 changed files with 368 additions and 724 deletions.
4 changes: 2 additions & 2 deletions assets/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
padding: 0 0 10px 0;
}

.procaptcha-section-keys + table tbody tr td input {
.procaptcha-section-keys + table tbody tr td input[type="textarea"] + table tbody tr td input[type="text"] {
width: 100%;
}

Expand Down Expand Up @@ -191,7 +191,7 @@
}

.procaptcha-section-other + table tbody tr td textarea,
.procaptcha-section-other + table tbody tr td input {
.procaptcha-section-other + table tbody tr td input[type="textarea"] + table tbody tr td input[type="text"] {
width: 100%;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/general.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 0 additions & 23 deletions assets/css/settings-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,29 +61,6 @@ body.settings_page_procaptcha {
position: relative;
}

#procaptcha-options table tr td input[type="checkbox"] {
display: inline;
border: none;
box-shadow: none;
margin: 0 4px 0 0;
min-width: 0;
width: 0;
}

#procaptcha-options table tr td input[type="checkbox"]::before {
background: no-repeat url('../images/checkbox-off.svg');
margin: 0;
width: 2.4792rem;
height: 1.3125rem;
content: '';
display: inline-block;
float: left;
}

#procaptcha-options table tr td input[type="checkbox"]:checked::before {
background: no-repeat url('../images/checkbox-on.svg');
}

#procaptcha-options fieldset:disabled {
color: #dadada;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/settings-base.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 12 additions & 36 deletions assets/images/notification-bell.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1c60c64

Please sign in to comment.