mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Semicircle Split Handle
This commit is contained in:
parent
5afb1dd7df
commit
9880b87f12
4 changed files with 63 additions and 0 deletions
47
themes/e701f01d-06ad-40b8-9d68-a67f723055a2/chrome.css
Normal file
47
themes/e701f01d-06ad-40b8-9d68-a67f723055a2/chrome.css
Normal file
|
@ -0,0 +1,47 @@
|
|||
|
||||
.zen-view-splitter-header {
|
||||
background: transparent !important;
|
||||
border-radius: 0 0 34px 34px !important;
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 0.8rem !important;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
|
||||
.zen-view-splitter-header > toolbarbutton {
|
||||
color: red !important;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.zen-tab-rearrange-button::before {
|
||||
content:"";
|
||||
width: 30px; height: 30px;
|
||||
top: 0px; right: 0px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.zen-tab-rearrange-button:hover::after {
|
||||
content:"";
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
right: -4px; top: 0px;
|
||||
position: absolute;
|
||||
border-radius: 0 0 0 28px !important;
|
||||
box-shadow: 0 0 25px 15px rgba(0,0,0,0.5) !important;
|
||||
}
|
||||
|
||||
.zen-tab-unsplit-button::before {
|
||||
content:"";
|
||||
width: 30px; height: 30px;
|
||||
left: 0px; top: 0px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.zen-tab-unsplit-button:hover::after {
|
||||
content:"";
|
||||
width: 28px; height: 28px;
|
||||
left: -4px; top: 0px;
|
||||
position: absolute;
|
||||
border-radius: 0 0 24px 0 !important;
|
||||
box-shadow: 0 0 25px 15px rgba(0,0,0,0.5) !important;
|
||||
}
|
BIN
themes/e701f01d-06ad-40b8-9d68-a67f723055a2/image.png
Normal file
BIN
themes/e701f01d-06ad-40b8-9d68-a67f723055a2/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
2
themes/e701f01d-06ad-40b8-9d68-a67f723055a2/readme.md
Normal file
2
themes/e701f01d-06ad-40b8-9d68-a67f723055a2/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
Make split window handle less intrusive visually by giving it a transparent background and semicircle shape.
|
14
themes/e701f01d-06ad-40b8-9d68-a67f723055a2/theme.json
Normal file
14
themes/e701f01d-06ad-40b8-9d68-a67f723055a2/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "e701f01d-06ad-40b8-9d68-a67f723055a2",
|
||||
"name": "Semicircle Split Handle",
|
||||
"description": "Make split window handle less intrusive visually",
|
||||
"homepage": "",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e701f01d-06ad-40b8-9d68-a67f723055a2/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e701f01d-06ad-40b8-9d68-a67f723055a2/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e701f01d-06ad-40b8-9d68-a67f723055a2/image.png",
|
||||
"author": "sporocyst",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-03-08",
|
||||
"updatedAt": "2025-03-08"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue