mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Override some of the shoelace tab's styling
This commit is contained in:
parent
90cb916d32
commit
1a32718e62
@ -36,7 +36,5 @@ export const colorsDefStyles = css`
|
||||
--bg_color_50_gray : #808080;
|
||||
|
||||
--row_hover : rgba(153,204,255,.4);
|
||||
|
||||
--indicator-color: #696969;
|
||||
}
|
||||
`;
|
@ -33,6 +33,9 @@ export default [sl_css, css`
|
||||
--sl-input-border-radius-small: 2px;
|
||||
--sl-input-border-radius-medium: 3px;
|
||||
--sl-input-border-color-focus: #E6E6E6;
|
||||
--indicator-color: #696969;
|
||||
}
|
||||
.tab-group--top .tab-group__tabs {
|
||||
--track-width: 3px;
|
||||
}
|
||||
|
||||
`];
|
Loading…
Reference in New Issue
Block a user