Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed May 14, 2023
1 parent 46edfb5 commit ee0a553
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/config/aria2Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
},
'checksum': {
type: 'string',
required: true,
pattern: '^(md5|sha-(1|224|256|384|512))=[a-zA-Z0-9]+$'
},
'connect-timeout': {
Expand Down
14 changes: 14 additions & 0 deletions app/styles/core/extend.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
/* bootstrap */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: none !important;
}

.btn-group + .btn {
margin-left: 4px;
}
Expand Down Expand Up @@ -110,6 +119,11 @@
}

/* awesome-bootstrap-checkbox extend */
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
outline: none !important;
}

.checkbox.checkbox-hide {
padding-left: 0;
}
Expand Down

0 comments on commit ee0a553

Please sign in to comment.