update
This commit is contained in:
parent
d59f6889b5
commit
e8d856e838
@ -11,7 +11,7 @@ menupopup {
|
|||||||
border-radius: 10px !important;
|
border-radius: 10px !important;
|
||||||
padding: 6px 0 !important;
|
padding: 6px 0 !important;
|
||||||
color: var(--gnome-toolbar-color) !important;
|
color: var(--gnome-toolbar-color) !important;
|
||||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
|
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#PlacesToolbar menupopup {
|
#PlacesToolbar menupopup {
|
||||||
@ -75,12 +75,12 @@ panel[type="arrow"] {
|
|||||||
.panel-subview-body, #widget-overflow-mainView, #protections-popup-footer,
|
.panel-subview-body, #widget-overflow-mainView, #protections-popup-footer,
|
||||||
panelview {
|
panelview {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background: transparent !important;
|
background: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
panelview {
|
panelview {
|
||||||
padding: 8px !important;
|
padding: 8px !important;
|
||||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
|
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
|
||||||
border-radius: 12px !important;
|
border-radius: 12px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -91,9 +91,21 @@ panelview {
|
|||||||
color: var(--gnome-toolbar-color) !important;
|
color: var(--gnome-toolbar-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#BMB_bookmarksPopup {
|
||||||
|
margin-top: 4px !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
--panel-padding: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#BMB_bookmarksPopup menupopup {
|
||||||
|
padding: 6px !important;
|
||||||
|
}
|
||||||
|
|
||||||
panel:not([remote]), #BMB_bookmarksPopup {
|
panel:not([remote]), #BMB_bookmarksPopup {
|
||||||
--arrowpanel-background: var(--gnome-popover-background) !important;
|
--arrowpanel-background: var(--gnome-popover-background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PanelUI-subView toolbarseparator:not([orient="vertical"]) {
|
.PanelUI-subView toolbarseparator:not([orient="vertical"]) {
|
||||||
margin: 10px 2px !important;
|
margin: 10px 2px !important;
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,11 @@ tab > stack {
|
|||||||
height: 32px !important;
|
height: 32px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {
|
:root:not([sizemode="normal"]) .titlebar-spacer[type="pre-tabs"], :root[gtktiledwindow="true"] .titlebar-spacer[type="pre-tabs"] { /* reset */
|
||||||
|
display: flex !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TabsToolbar .titlebar-spacer {
|
||||||
width: 8px !important;
|
width: 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ menupopup {
|
|||||||
border-radius: 10px !important;
|
border-radius: 10px !important;
|
||||||
padding: 6px 0 !important;
|
padding: 6px 0 !important;
|
||||||
color: var(--gnome-toolbar-color) !important;
|
color: var(--gnome-toolbar-color) !important;
|
||||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
|
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#PlacesToolbar menupopup {
|
#PlacesToolbar menupopup {
|
||||||
@ -75,12 +75,12 @@ panel[type="arrow"] {
|
|||||||
.panel-subview-body, #widget-overflow-mainView, #protections-popup-footer,
|
.panel-subview-body, #widget-overflow-mainView, #protections-popup-footer,
|
||||||
panelview {
|
panelview {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background: transparent !important;
|
background: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
panelview {
|
panelview {
|
||||||
padding: 8px !important;
|
padding: 8px !important;
|
||||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
|
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
|
||||||
border-radius: 12px !important;
|
border-radius: 12px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -91,9 +91,21 @@ panelview {
|
|||||||
color: var(--gnome-toolbar-color) !important;
|
color: var(--gnome-toolbar-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#BMB_bookmarksPopup {
|
||||||
|
margin-top: 4px !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
--panel-padding: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#BMB_bookmarksPopup menupopup {
|
||||||
|
padding: 6px !important;
|
||||||
|
}
|
||||||
|
|
||||||
panel:not([remote]), #BMB_bookmarksPopup {
|
panel:not([remote]), #BMB_bookmarksPopup {
|
||||||
--arrowpanel-background: var(--gnome-popover-background) !important;
|
--arrowpanel-background: var(--gnome-popover-background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PanelUI-subView toolbarseparator:not([orient="vertical"]) {
|
.PanelUI-subView toolbarseparator:not([orient="vertical"]) {
|
||||||
margin: 10px 2px !important;
|
margin: 10px 2px !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user