mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Bookmark Toolbar Tweaks
This commit is contained in:
parent
4593e3bd54
commit
eef4863b80
5 changed files with 33 additions and 0 deletions
21
themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css
Normal file
21
themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
/* Center the bookmarks toolbar */
|
||||
@media (-moz-bool-pref: "uc.bookmarks.center-toolbar") {
|
||||
#PlacesToolbarItems {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
/* Hide folder icons in the bookmarks toolbar */
|
||||
@media (-moz-bool-pref: "uc.bookmarks.hide-folder-icons") {
|
||||
.bookmark-item[container="true"] .toolbarbutton-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Hide favicons in the bookmarks toolbar */
|
||||
@media (-moz-bool-pref: "uc.bookmarks.hide-favicons") {
|
||||
.bookmark-item:not([container]) .toolbarbutton-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
BIN
themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/image.png
Normal file
BIN
themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
|
@ -0,0 +1 @@
|
|||
{"uc.bookmarks.center-toolbar": "Center the bookmarks toolbar", "uc.bookmarks.hide-folder-icons": "Hide folder icons", "uc.bookmarks.hide-favicons": "Hide website icons"}
|
10
themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/readme.md
Normal file
10
themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/readme.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
This theme contains a few small tweaks to the bookmarks toolbar:
|
||||
- Center the toolbar
|
||||
- Hide bookmark or bookmark folder icons
|
||||
|
||||
Each of these settings can be enabled individually by changing the configuration in the settings page.
|
||||
|
||||
To enable the bookmarks toolbar, press Ctrl + Shift + B
|
||||
|
||||
Feel free to suggest additional tweaks.
|
1
themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json
Normal file
1
themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"id": "ea1a5ace-f698-4b45-ab88-6e8bd3a563f0", "name": "Bookmark Toolbar Tweaks", "description": "Center bookmarks, hide the icons!", "homepage": "https://github.com/n7itro/Zen-Themes/", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/image.png", "author": "n7itro", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/preferences.json"}
|
Loading…
Add table
Add a link
Reference in a new issue