mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge remote-tracking branch 'cyberalien/ticket/10645' into develop
* cyberalien/ticket/10645: [ticket/10645] Missing CSS for checkboxes
This commit is contained in:
commit
6471cce6de
1 changed files with 2 additions and 2 deletions
|
@ -1007,11 +1007,11 @@ fieldset.submit-buttons legend {
|
|||
/* Input field styles
|
||||
---------------------------------------- */
|
||||
|
||||
input.radio, input.permissions-checkbox {
|
||||
input.radio, input.checkbox, input.permissions-checkbox {
|
||||
width: auto !important;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
cursor: default;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input.full,
|
||||
|
|
Loading…
Add table
Reference in a new issue