1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

Minor 1.8 (#34)

- Ability to rename Tab Groups #33
- Added collections view switch #35
This commit is contained in:
Michael Gordeev
2020-08-29 18:39:51 +03:00
committed by GitHub
parent 10edf4f975
commit 3e60583427
7 changed files with 203 additions and 57 deletions
+16
View File
@@ -38,6 +38,22 @@
background-color: dimgray;
}
.tabsAside[darkmode] .collectionSet > .header > input
{
color: white;
}
.tabsAside[darkmode] .collectionSet > .header > input:hover
{
border: 1px solid dimgray;
}
.tabsAside[darkmode] .collectionSet > .header > input:focus
{
background: white;
color: black;
}
.tabsAside[darkmode] a
{
color: #48adff;