mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
Merge remote-tracking branch 'cyberalien/ticket/10645' into develop
* cyberalien/ticket/10645: [ticket/10645] Missing CSS for checkboxes
This commit is contained in:
@@ -1007,11 +1007,11 @@ fieldset.submit-buttons legend {
|
|||||||
/* Input field styles
|
/* Input field styles
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
|
|
||||||
input.radio, input.permissions-checkbox {
|
input.radio, input.checkbox, input.permissions-checkbox {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: default;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.full,
|
input.full,
|
||||||
|
Reference in New Issue
Block a user