mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: TitleBarButton UI Tweaks (#374)
Co-authored-by: DaitiDay <DaitiDay@users.noreply.github.com>
This commit is contained in:
parent
c9c11a4cd1
commit
3f6ac9aae9
4 changed files with 37 additions and 0 deletions
32
themes/180d9426-a020-4bd7-98ec-63f957291119/chrome.css
Normal file
32
themes/180d9426-a020-4bd7-98ec-63f957291119/chrome.css
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
|
||||||
|
.titlebar-buttonbox {
|
||||||
|
padding: 9px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.titlebar-button:hover {
|
||||||
|
background-color: var(--button-hover-bgcolor) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.titlebar-min {
|
||||||
|
padding-left: 10px !important;
|
||||||
|
padding-right: 10px !important;
|
||||||
|
border-radius: var(--uc-contextmenu-menuitem-border-radius) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.titlebar-max {
|
||||||
|
padding-left: 10px !important;
|
||||||
|
padding-right: 10px !important;
|
||||||
|
margin-left: 5px !important;
|
||||||
|
margin-right: 5px !important;
|
||||||
|
border-radius: var(--uc-contextmenu-menuitem-border-radius) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.titlebar-close {
|
||||||
|
padding-left: 10px !important;
|
||||||
|
padding-right: 10px !important;
|
||||||
|
border-radius: var(--uc-contextmenu-menuitem-border-radius) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.titlebar-close:hover {
|
||||||
|
background-color: var(--buttons-destructive-hover-bgcolor) !important;
|
||||||
|
}
|
BIN
themes/180d9426-a020-4bd7-98ec-63f957291119/image.png
Normal file
BIN
themes/180d9426-a020-4bd7-98ec-63f957291119/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
4
themes/180d9426-a020-4bd7-98ec-63f957291119/readme.md
Normal file
4
themes/180d9426-a020-4bd7-98ec-63f957291119/readme.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
# TitleBarButton UI Tweaks
|
||||||
|
|
||||||
|
Thank to this theme, the titlebar buttons (minimize, maximize and close) are more coherent with the Zen Browser design philosophy, with smaller buttons, rounded borders and accent colors that fit the browser's appearance.
|
1
themes/180d9426-a020-4bd7-98ec-63f957291119/theme.json
Normal file
1
themes/180d9426-a020-4bd7-98ec-63f957291119/theme.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"id": "180d9426-a020-4bd7-98ec-63f957291119", "name": "TitleBarButton UI Tweaks", "description": "Small UI tweaks to the titlebar buttons to make them more coherent with the Zen Browser design philosophy.", "homepage": "", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/image.png", "author": "DaitiDay", "version": "1.0.0"}
|
Loading…
Add table
Add a link
Reference in a new issue