mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
31 lines
729 B
Plaintext
31 lines
729 B
Plaintext
/**
|
|
* EGroupware: "fancy" theme
|
|
*
|
|
* @link https://www.egroupware.org
|
|
* @license https://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @package pixelegg
|
|
*/
|
|
@import "pixelegg.less";
|
|
|
|
// overwriting pixelegg.less and Shoelace themes
|
|
:root, :host, .sl-theme-light, .sl-theme-dark {
|
|
--sl-border-radius-medium: 20px;
|
|
--sl-input-border-radius-medium: var(--sl-border-radius-medium);
|
|
--et2-button-image-padding-left: .3rem;
|
|
|
|
et2-tabbox {
|
|
--track-width: 0px;
|
|
|
|
et2-tab[active] {
|
|
&::part(base) {
|
|
border: 1px solid;
|
|
border-radius: var(--sl-border-radius-pill);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// styling of legacy NM parts
|
|
.nextmatch_header .header_count {
|
|
border-radius: var(--sl-border-radius-medium);
|
|
} |