mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Better Active Tab (#329)
* Add theme: Better Active Tab * Update readme.md --------- Co-authored-by: HliasOuzounis <HliasOuzounis@users.noreply.github.com>
This commit is contained in:
parent
f7e10c56d2
commit
b745c385e7
4 changed files with 18 additions and 0 deletions
12
themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css
Normal file
12
themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
.tabbrowser-tab::after {
|
||||||
|
content:'';
|
||||||
|
position: absolute;
|
||||||
|
width: 3px !important;
|
||||||
|
height: 100% !important;
|
||||||
|
background-color: var(--zen-primary-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tab:not([selected=true])::after{
|
||||||
|
height: 0% !important;
|
||||||
|
}
|
BIN
themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/image.png
Normal file
BIN
themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
5
themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/readme.md
Normal file
5
themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/readme.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
# Better Active Tab Indicator
|
||||||
|
|
||||||
|
Adds a bright line next to the active tab to better highlight it.
|
||||||
|
|
1
themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/theme.json
Normal file
1
themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/theme.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"id": "d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe", "name": "Better Active Tab", "description": "Adds a bright line next to the active tab to better highlight it.", "homepage": "https://github.com/HliasOuzounis/zen-browser-better-active-tab-indicator", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/image.png", "author": "HliasOuzounis", "version": "1.0.0"}
|
Loading…
Add table
Add a link
Reference in a new issue