mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Hide nav buttons
This commit is contained in:
parent
cdccfde6b2
commit
5558176830
4 changed files with 30 additions and 0 deletions
8
themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/chrome.css
Normal file
8
themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/chrome.css
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
@-moz-document url-prefix("chrome:") {
|
||||||
|
#back-button, /* Hides the back button */
|
||||||
|
#forward-button /* Hides the forward button */
|
||||||
|
{
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/image.png
Normal file
BIN
themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 141 KiB |
8
themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/readme.md
Normal file
8
themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/readme.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
# HideBack&Forward Arrows in sidebar
|
||||||
|
|
||||||
|
This **Zen theme** hides the Forward & Back button.
|
||||||
|
|
||||||
|
Credits to: HidePlugin Dev https://github.com/adammpkins
|
||||||
|
|
||||||
|
I toke his code and changed 2 lines xD.
|
14
themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/theme.json
Normal file
14
themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"id": "a8720b00-0af1-4d7a-98a4-3044d7d19635",
|
||||||
|
"name": "Hide nav buttons",
|
||||||
|
"description": "This removes the annoying Forward and back button in the sidebar",
|
||||||
|
"homepage": "",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/image.png",
|
||||||
|
"author": "ogYwx",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2025-03-03",
|
||||||
|
"updatedAt": "2025-03-03"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue