mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/10645] Missing CSS for checkboxes
Missing CSS for checkboxes, invalid cursor for radio input PHPBB3-10645
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