Fix NExtcloudV25+ theme padding

This commit is contained in:
the-djmaze 2023-12-11 23:07:17 +01:00
parent 339ed3d44e
commit 2788ff3bcf

View file

@ -624,7 +624,7 @@
#rl-app .select,
#rl-app .emailaddresses,
#rl-app input:not([type="checkbox"]) {
padding: 0 30px;
padding: 0 12px;
font-size: var(--nc-default-font-size);
color: var(--nc-color-main-text);
background-color: unset;
@ -675,8 +675,6 @@
}
#rl-app input[type=number] {
-moz-appearance: textfield;
-webkit-appearance: textfield;
appearance: textfield;
margin: 0;
/* ? margin: 0 5px 0 0; */