mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 16:22:22 +02:00
[ticket/10645] Missing CSS for checkboxes
Missing CSS for checkboxes, invalid cursor for radio input PHPBB3-10645
This commit is contained in:
parent
14b1c87714
commit
6d227894f5
@ -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…
x
Reference in New Issue
Block a user