mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user