mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
Align the button and checkbox in the settings menu (#257)
* Align the button and checkbox in the settings menu * Also set the pointer type. As an input field is used, the default cursor will be the caret, it should be the pointer instead as it's really a checkbox.
This commit is contained in:
parent
a51a2bb9c7
commit
3786ef6b05
@ -241,6 +241,12 @@
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
height: 34px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#app-settings-content input[type="checkbox"] {
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.label-invalid-input {
|
||||
|
Loading…
x
Reference in New Issue
Block a user