mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-06 16:57:04 +00:00
chore: Update button styles for min-width in zen-common-shared-ui-override.css
This commit is contained in:
@@ -9,7 +9,7 @@ xul|button {
|
||||
border-radius: var(--zen-button-border-radius) !important;
|
||||
padding: var(--zen-button-padding) !important;
|
||||
transition: .2s;
|
||||
min-width: 150px !important;
|
||||
min-width: 100px !important;
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
@@ -22,5 +22,5 @@ html|button:not(:is(
|
||||
)) {
|
||||
transition: .2s;
|
||||
border-radius: 6px !important;
|
||||
min-width: 150px !important;
|
||||
min-width: 100px !important;
|
||||
}
|
||||
|
||||
@@ -72,8 +72,8 @@
|
||||
--in-content-page-background: var(--zen-colors-tertiary) !important;
|
||||
--zen-in-content-dialog-background: var(--zen-colors-tertiary);
|
||||
|
||||
--zen-button-border-radius: 6px ;
|
||||
--zen-button-padding: .7rem 1.2rem;
|
||||
--zen-button-border-radius: 6px;
|
||||
--zen-button-padding: .6rem 1.2rem;
|
||||
|
||||
/* Other colors */
|
||||
--urlbar-box-bgcolor: light-dark(white, rgb(66, 65, 77)) !important;
|
||||
|
||||
@@ -237,7 +237,7 @@ panel {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
toolbarbutton:not(:is(
|
||||
/*toolbarbutton:not(:is(
|
||||
#appMenu-fxa-label2,
|
||||
.subviewbutton-iconic,
|
||||
.zen-sidebar-action-button,
|
||||
@@ -248,7 +248,7 @@ toolbarbutton:not(:is(
|
||||
.bookmark-item,
|
||||
#urlbar-zoom-button,
|
||||
.panel-info-button,
|
||||
)),
|
||||
)),*/
|
||||
#PanelUI-zen-profiles menuitem {
|
||||
/** ADD HERE ALL TYPES OF BUTTONS THAT WANT TO LOOK CHROME LIKE!!! */
|
||||
margin: 0 !important;
|
||||
|
||||
Reference in New Issue
Block a user