[Minor] Also style paper-tabs

This commit is contained in:
Robert von Burg 2022-07-04 17:11:32 +02:00
parent 760d028742
commit 35d3c93426
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-styles",
"description": "Strolch WebComponent Styles",
"version": "0.4.6",
"version": "0.4.7",
"authors": ["Robert von Burg"],
"keywords": [
"strolch",

View File

@ -89,6 +89,10 @@
z-index: 10;
}
paper-tabs {
--paper-tabs-selection-bar-color: var(--app-regular-highlight-bg-color);
}
paper-menu {
--paper-menu-selected-item: {
background-color: var(--app-light-highlight-bg-color);