zen-browser / theme-store

🎨 Theme repository for @zen-browser!
https://zen-browser.github.io/theme-store/themes.json
MIT License
82 stars 22 forks source link

[create-theme]: drop-shadow panel #310

Closed mohvn closed 2 weeks ago

mohvn commented 2 weeks ago

Name

Drop Shadow

Description

Adds a drop shadow to the website's browser panel.

Homepage

https://github.com/mohvn/dropshadow-zenbrowser

Image

https://github.com/mohvn/dropshadow-zenbrowser/raw/main/preview.png

Type

Theme Styles

#navigator-toolbox toolbar#TabsToolbar {
  padding: 5px 5px !important;
}

& #tabbrowser-tabbox #tabbrowser-tabpanels .browserSidebarContainer {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5) !important;
}

Readme

Adds a drop shadow to the website's browser panel.

Preferences

No response

github-actions[bot] commented 2 weeks ago

Thank you for your contribution! :tada:

Your theme has been successfully submitted. The maintainers will review it and get back to you soon.

Here are some details about your submission:

If you have any questions or need help, feel free to ask in the comments below or in the PR.