mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +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-radius-medium: 3px;
|
||||||
--sl-input-border-color-focus: #E6E6E6;
|
--sl-input-border-color-focus: #E6E6E6;
|
||||||
--indicator-color: #696969;
|
--indicator-color: #696969;
|
||||||
|
--sl-input-focus-ring-color: #373737;
|
||||||
|
--sl-focus-ring-width: 2px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.tab-group--top .tab-group__tabs {
|
.tab-group--top .tab-group__tabs {
|
||||||
--track-width: 3px;
|
--track-width: 3px;
|
||||||
|
@ -2183,8 +2183,8 @@ lion-validation-feedback[type] {
|
|||||||
|
|
||||||
.nextmatch_header_row {
|
.nextmatch_header_row {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 1px;
|
padding-top: 0.2em;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 0.5em;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1ex;
|
gap: 1ex;
|
||||||
|
Loading…
Reference in New Issue
Block a user