mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03:00
Fix NExtcloudV25+ theme padding
This commit is contained in:
parent
339ed3d44e
commit
2788ff3bcf
1 changed files with 1 additions and 3 deletions
|
|
@ -624,7 +624,7 @@
|
||||||
#rl-app .select,
|
#rl-app .select,
|
||||||
#rl-app .emailaddresses,
|
#rl-app .emailaddresses,
|
||||||
#rl-app input:not([type="checkbox"]) {
|
#rl-app input:not([type="checkbox"]) {
|
||||||
padding: 0 30px;
|
padding: 0 12px;
|
||||||
font-size: var(--nc-default-font-size);
|
font-size: var(--nc-default-font-size);
|
||||||
color: var(--nc-color-main-text);
|
color: var(--nc-color-main-text);
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
|
|
@ -675,8 +675,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app input[type=number] {
|
#rl-app input[type=number] {
|
||||||
-moz-appearance: textfield;
|
|
||||||
-webkit-appearance: textfield;
|
|
||||||
appearance: textfield;
|
appearance: textfield;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
/* ? margin: 0 5px 0 0; */
|
/* ? margin: 0 5px 0 0; */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue