This commit is contained in:
the-djmaze 2023-11-22 00:13:22 +01:00
parent 40a352c3c0
commit d74407f36b

View file

@ -624,7 +624,7 @@
#rl-app .select,
#rl-app .emailaddresses,
#rl-app input:not([type="checkbox"]) {
padding: 0 12px;
padding: 0 30px;
font-size: var(--nc-default-font-size);
color: var(--nc-color-main-text);
background-color: unset;
@ -2112,7 +2112,7 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
#rl-app #V-PopupsAdvancedSearch .e-component.e-checkbox {
margin-left: -100%;
}
#rl-app #V-PopupsLanguages label {
margin-left: 0;
margin-right: 0;
@ -2548,4 +2548,4 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
100% {
transform: scale(1)
}
}
}