Skip to content

[create-theme]: Arc Style New Popup #1732

@thebitstick

Description

@thebitstick

Name

Arc Style New Popup

Description

Gives the Create New Popup an Arc-like appearance

Homepage

No response

Image

https://i.imgur.com/0Wjdkx7.png

Type

  • JSON Color Theme

Theme Styles

/* Arc-like Create New Popup */
#zenCreateNewPopup {
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: black !important;
  border-radius: 15px 15px 1px 15px !important;
  padding: 8px !important;
  min-width: 190px !important;
  margin-left: -160px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
#zenCreateNewPopup menuitem {
  color: white !important;
  border-radius: 10px 10px 10px 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#zenCreateNewPopup {
  menuitem:hover, menuitem[_moz-menuactive] {
    background-color: var(--zen-colors-primary) !important;
  }
}
#zenCreateNewPopup .menu-icon {
  width: 24px !important;
  height: 24px !important;
  margin-right: 15px !important;
}
#zenCreateNewPopup menuseparator::before {
  border-top: 2px solid var(--zen-colors-primary) !important;
}
#zenCreateNewPopup menuseparator {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

Readme

Modifies the styling and padding to give an Arc-like appearance to the Create New Popup.

Preferences

Metadata

Metadata

Assignees

No one assigned

    Labels

    new-themeSubmit a theme to be added to the theme library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions