egroupware_official/pixelegg/css/fancy.less

26 lines
562 B
Plaintext
Raw Normal View History

2024-08-14 14:30:07 +02:00
/**
* 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 light theme
:root, :host, .sl-theme-light {
2024-08-19 22:21:14 +02:00
--sl-border-radius-medium: 20px;
--sl-input-border-radius-medium: var(--sl-border-radius-medium);
et2-tabbox {
--track-width: 0px;
et2-tab[active] {
&::part(base) {
border: 1px solid;
border-radius: var(--sl-border-radius-pill);
}
}
}
2024-08-14 14:30:07 +02:00
}