mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +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 .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; */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue