mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Clickable Scrollbar (#612)
Co-authored-by: tahawael <tahawael@users.noreply.github.com>
This commit is contained in:
parent
c5c6e9f343
commit
586fc1e38f
4 changed files with 32 additions and 0 deletions
14
themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css
Normal file
14
themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
scrollbox:nth-child(5) {
|
||||||
|
scrollbar-width: thin !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (-moz-bool-pref: "zen.view.sidebar-expanded") {
|
||||||
|
scrollbox:nth-child(5) {
|
||||||
|
scrollbar-width: auto !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigator-toolbox {
|
||||||
|
-moz-window-dragging: no-drag; /* Disables window dragging */
|
||||||
|
}
|
BIN
themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/image.png
Normal file
BIN
themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
4
themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/readme.md
Normal file
4
themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/readme.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
# clickable Scrollbar in Sidebar
|
||||||
|
|
||||||
|
Makes Sidebar Scrollbar clickable
|
14
themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/theme.json
Normal file
14
themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"id": "1207efa9-fce4-439f-a673-9d3c0e4e8820",
|
||||||
|
"name": "Clickable Scrollbar",
|
||||||
|
"description": "Makes Sidebar Scrollbar clickable",
|
||||||
|
"homepage": "",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/image.png",
|
||||||
|
"author": "tahawael",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2024-10-19",
|
||||||
|
"updatedAt": "2024-10-19"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue