mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fix shoelace inputs outline focused color
This commit is contained in:
parent
e438f89371
commit
5f67bd720a
@ -34,6 +34,9 @@ export default [sl_css, css`
|
||||
--sl-input-border-radius-medium: 3px;
|
||||
--sl-input-border-color-focus: #E6E6E6;
|
||||
--indicator-color: #696969;
|
||||
--sl-input-focus-ring-color: #373737;
|
||||
--sl-focus-ring-width: 2px;
|
||||
|
||||
}
|
||||
.tab-group--top .tab-group__tabs {
|
||||
--track-width: 3px;
|
||||
|
@ -2183,8 +2183,8 @@ lion-validation-feedback[type] {
|
||||
|
||||
.nextmatch_header_row {
|
||||
width: 100%;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 0.2em;
|
||||
padding-bottom: 0.5em;
|
||||
position: relative;
|
||||
display: flex;
|
||||
gap: 1ex;
|
||||
|
Loading…
Reference in New Issue
Block a user