mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Add theme: Old navigation buttons (#405)
Co-authored-by: Osmagtor <Osmagtor@users.noreply.github.com>
This commit is contained in:
parent
fc05d4fecd
commit
dcb648dd20
4 changed files with 16 additions and 0 deletions
12
themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/chrome.css
Normal file
12
themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/chrome.css
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
#back-button {
|
||||||
|
list-style-image: url("chrome://browser/skin/back.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#forward-button {
|
||||||
|
list-style-image: url("chrome://browser/skin/forward.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#reload-button {
|
||||||
|
list-style-image: url("chrome://global/skin/icons/reload.svg") !important;
|
||||||
|
}
|
BIN
themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/image.png
Normal file
BIN
themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
3
themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/readme.md
Normal file
3
themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/readme.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
# Restore navigation buttons
|
||||||
|
Restore the original Firefox navigation buttons.
|
1
themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/theme.json
Normal file
1
themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/theme.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"id": "dbe05f83-b471-4278-a3f9-e5ed244b0d6c", "name": "Old navigation buttons", "description": "Restore the original Firefox navigation buttons.", "homepage": "https://github.com/Osmagtor/zen-themes/tree/main/Restore%20navigation%20buttons", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/image.png", "author": "Osmagtor", "version": "1.0.0"}
|
Loading…
Add table
Add a link
Reference in a new issue