mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
Merge branch 'master' of https://github.com/vinceliuice/WhiteSur-gtk-theme
This commit is contained in:
commit
6ea5954f00
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -6,11 +6,6 @@
|
|||||||
--space-above-tabbar: 0 !important;
|
--space-above-tabbar: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fix tabs bar icon sizes */
|
|
||||||
#TabsToolbar tab {
|
|
||||||
margin-bottom: 6px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tabs bar height */
|
/* Tabs bar height */
|
||||||
#tabbrowser-tabs,
|
#tabbrowser-tabs,
|
||||||
#tabbrowser-tabs arrowscrollbox {
|
#tabbrowser-tabs arrowscrollbox {
|
||||||
@ -302,7 +297,7 @@ tab[selected]:-moz-window-inactive .tab-label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar #alltabs-button {
|
#TabsToolbar #alltabs-button {
|
||||||
padding: 0 0 !important;
|
padding: 0 !important;
|
||||||
visibility: collapse !important;
|
visibility: collapse !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -314,18 +309,21 @@ tab[selected]:-moz-window-inactive .tab-label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar .toolbarbutton-1 image,
|
#TabsToolbar .toolbarbutton-1 image,
|
||||||
#tabs-newtab-button image, #TabsToolbar #new-tab-button image {
|
#tabs-newtab-button image,
|
||||||
|
#TabsToolbar #new-tab-button image {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
width: 16px !important;
|
width: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar #scrollbutton-up, #TabsToolbar #scrollbutton-down {
|
#TabsToolbar #scrollbutton-up,
|
||||||
|
#TabsToolbar #scrollbutton-down {
|
||||||
height: 36px !important;
|
height: 36px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar #scrollbutton-up image, #TabsToolbar #scrollbutton-down image {
|
#TabsToolbar #scrollbutton-up image,
|
||||||
|
#TabsToolbar #scrollbutton-down image {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
@ -333,10 +331,14 @@ tab[selected]:-moz-window-inactive .tab-label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* firefox-view-button */
|
/* firefox-view-button */
|
||||||
:root:not([privatebrowsingmode="temporary"]):not([firefoxviewhidden]) :is(#firefox-view-button, #wrapper-firefox-view-button) + #tabbrowser-tabs {
|
:root:not([privatebrowsingmode], [firefoxviewhidden]) :is(toolbarbutton, toolbarpaletteitem) + #tabbrowser-tabs,
|
||||||
border-inline-start: none !important;
|
:root[privatebrowsingmode]:not([firefoxviewhidden]) :is(
|
||||||
padding-inline-start: 0 !important;
|
toolbarbutton:not(#firefox-view-button),
|
||||||
margin-inline-start: 0 !important;
|
toolbarpaletteitem:not(#wrapper-firefox-view-button)
|
||||||
|
) + #tabbrowser-tabs {
|
||||||
|
border-inline-start: none !important;
|
||||||
|
padding-inline-start: calc(var(--tab-overflow-pinned-tabs-width)) !important;
|
||||||
|
margin-inline-start: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#firefox-view-button {
|
#firefox-view-button {
|
||||||
|
@ -7,7 +7,13 @@
|
|||||||
|
|
||||||
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||||
|
|
||||||
#nav-bar, #PersonalToolbar, #toolbar-menubar, #TabsToolbar, #titlebar {
|
#nav-bar,
|
||||||
|
#titlebar,
|
||||||
|
#PersonalToolbar,
|
||||||
|
#toolbar-menubar,
|
||||||
|
#TabsToolbar,
|
||||||
|
#navigator-toolbox,
|
||||||
|
.notificationbox-stack {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
color: var(--gnome-toolbar-color);
|
color: var(--gnome-toolbar-color);
|
||||||
background: var(--gnome-toolbar-background) !important;
|
background: var(--gnome-toolbar-background) !important;
|
||||||
@ -27,6 +33,7 @@ findbar {
|
|||||||
#PersonalToolbar:-moz-window-inactive,
|
#PersonalToolbar:-moz-window-inactive,
|
||||||
#toolbar-menubar:-moz-window-inactive,
|
#toolbar-menubar:-moz-window-inactive,
|
||||||
#TabsToolbar:-moz-window-inactive,
|
#TabsToolbar:-moz-window-inactive,
|
||||||
|
#navigator-toolbox:-moz-window-inactive,
|
||||||
findbar:-moz-window-inactive {
|
findbar:-moz-window-inactive {
|
||||||
background: var(--gnome-inactive-toolbar-background) !important;
|
background: var(--gnome-inactive-toolbar-background) !important;
|
||||||
}
|
}
|
||||||
@ -83,6 +90,7 @@ findbar:-moz-window-inactive {
|
|||||||
#navigator-toolbox #TabsToolbar {
|
#navigator-toolbox #TabsToolbar {
|
||||||
-moz-box-ordinal-group: 100;
|
-moz-box-ordinal-group: 100;
|
||||||
order: 100;
|
order: 100;
|
||||||
|
padding-bottom: 6px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sidebar */
|
/* Sidebar */
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||||
|
|
||||||
|
#TabsToolbar .toolbarbutton-1 {
|
||||||
|
& > .toolbarbutton-icon, & > .toolbarbutton-text, & > .toolbarbutton-badge-stack {
|
||||||
|
border-radius: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Cursors autoscroller fix */
|
/* Cursors autoscroller fix */
|
||||||
.autoscroller {
|
.autoscroller {
|
||||||
--panel-background: transparent !important;
|
--panel-background: transparent !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user