mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix: Input border color
This commit is contained in:
parent
c00a1e41d6
commit
2327e812a8
1 changed files with 9 additions and 6 deletions
|
|
@ -598,12 +598,6 @@
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
#rl-app input:hover,
|
||||
#rl-app input:active,
|
||||
#rl-app input:focus {
|
||||
border-color: var(--nc-color-primary-element);
|
||||
}
|
||||
|
||||
#rl-app input:not([type="checkbox"]) {
|
||||
padding: 0 12px;
|
||||
font-size: var(--nc-default-font-size);
|
||||
|
|
@ -615,6 +609,15 @@
|
|||
border-radius: var(--nc-border-radius-large);
|
||||
}
|
||||
|
||||
#rl-app input:hover,
|
||||
#rl-app input:active,
|
||||
#rl-app input:focus,
|
||||
#rl-app input:not([type="checkbox"]):hover,
|
||||
#rl-app input:not([type="checkbox"]):active,
|
||||
#rl-app input:not([type="checkbox"]):focus {
|
||||
border-color: var(--nc-color-primary-element);
|
||||
}
|
||||
|
||||
#rl-app input[type="search"]::-webkit-search-decoration,
|
||||
#rl-app input[type="search"]::-webkit-search-cancel-button,
|
||||
#rl-app input[type="search"]::-webkit-search-results-button,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue