mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
update
This commit is contained in:
parent
34bb3b6154
commit
d3ed65081c
@ -225,13 +225,13 @@ button.customizationmode-button[disabled] {
|
|||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-bar toolbarbutton:not(#urlbar-zoom-button)[disabled] image,
|
/*#nav-bar toolbarbutton:not(#urlbar-zoom-button):not(.titlebar-button)[disabled] image,*/
|
||||||
#appMenu-popup .toolbaritem-combined-buttons toolbarbutton[disabled] image,
|
#appMenu-popup .toolbaritem-combined-buttons toolbarbutton[disabled] image,
|
||||||
#context-navigation menuitem[disabled] image {
|
#context-navigation menuitem[disabled] image {
|
||||||
opacity: .4 !important;
|
opacity: .4 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-bar toolbarbutton:not(#urlbar-zoom-button)[disabled]:hover,
|
/*#nav-bar toolbarbutton:not(#urlbar-zoom-button):not(.titlebar-button)[disabled]:hover,*/
|
||||||
#appMenu-popup .toolbaritem-combined-buttons toolbarbutton[disabled]:hover {
|
#appMenu-popup .toolbaritem-combined-buttons toolbarbutton[disabled]:hover {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
}
|
}
|
||||||
|
@ -44,9 +44,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nav-bar, #titlebar {
|
||||||
/* Window buttons box */
|
/* Window buttons box */
|
||||||
#nav-bar .titlebar-buttonbox-container,
|
.titlebar-buttonbox-container,
|
||||||
#titlebar .titlebar-buttonbox-container,
|
|
||||||
#titlebar-buttonbox-container {
|
#titlebar-buttonbox-container {
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
padding: 0 3px 0 4px;
|
padding: 0 3px 0 4px;
|
||||||
@ -55,14 +55,13 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
#nav-bar .titlebar-buttonbox,
|
|
||||||
#titlebar .titlebar-buttonbox {
|
.titlebar-buttonbox {
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Window buttons style */
|
/* Window buttons style */
|
||||||
#nav-bar .titlebar-button,
|
.titlebar-button {
|
||||||
#titlebar .titlebar-button {
|
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
border-radius: 100px !important;
|
border-radius: 100px !important;
|
||||||
@ -73,13 +72,19 @@
|
|||||||
--inactive-titlebar-opacity: 1 !important;
|
--inactive-titlebar-opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-bar .titlebar-button .toolbarbutton-icon,
|
&, &:-moz-window-inactive {
|
||||||
#nav-bar:-moz-window-inactive .titlebar-button .toolbarbutton-icon,
|
.titlebar-button .toolbarbutton-icon {
|
||||||
#titlebar .titlebar-button .toolbarbutton-icon,
|
|
||||||
#titlebar:-moz-window-inactive .titlebar-button .toolbarbutton-icon {
|
|
||||||
opacity: 0 !important;
|
opacity: 0 !important;
|
||||||
|
appearance: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.titlebar-button[disabled="true"] {
|
||||||
|
opacity: 0.35 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Fullscreen headerbar */
|
/* Fullscreen headerbar */
|
||||||
&:root[inFullscreen] {
|
&:root[inFullscreen] {
|
||||||
/* Fullscreen headerbar padding for 1 button */
|
/* Fullscreen headerbar padding for 1 button */
|
||||||
|
@ -67,6 +67,10 @@ toolbar .toolbaritem-combined-buttons > .toolbarbutton-1 {
|
|||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nav-bar toolbarbutton:not(#urlbar-zoom-button):not(.titlebar-button)[disabled] image {
|
||||||
|
opacity: .4 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Inactive window buttons */
|
/* Inactive window buttons */
|
||||||
#nav-bar toolbarbutton:not(#urlbar-zoom-button):not(.titlebar-button):-moz-window-inactive {
|
#nav-bar toolbarbutton:not(#urlbar-zoom-button):not(.titlebar-button):-moz-window-inactive {
|
||||||
background: var(--gnome-inactive-button-background) !important;
|
background: var(--gnome-inactive-button-background) !important;
|
||||||
|
@ -82,22 +82,13 @@
|
|||||||
}
|
}
|
||||||
#nav-bar:-moz-window-inactive .titlebar-close,
|
#nav-bar:-moz-window-inactive .titlebar-close,
|
||||||
#titlebar:-moz-window-inactive .titlebar-close,
|
#titlebar:-moz-window-inactive .titlebar-close,
|
||||||
#titlebar:-moz-window-inactive #titlebar-close {
|
#titlebar:-moz-window-inactive #titlebar-close,
|
||||||
background: url("../titlebuttons/titlebutton-backdrop-dark.svg") no-repeat;
|
|
||||||
background-size: contain;
|
|
||||||
}
|
|
||||||
#nav-bar:-moz-window-inactive .titlebar-max,
|
#nav-bar:-moz-window-inactive .titlebar-max,
|
||||||
#titlebar:-moz-window-inactive .titlebar-max,
|
#titlebar:-moz-window-inactive .titlebar-max,
|
||||||
#titlebar:-moz-window-inactive #titlebar-max {
|
#titlebar:-moz-window-inactive #titlebar-max,
|
||||||
background: url("../titlebuttons/titlebutton-backdrop-dark.svg") no-repeat;
|
|
||||||
background-size: contain;
|
|
||||||
}
|
|
||||||
#nav-bar:-moz-window-inactive .titlebar-min,
|
#nav-bar:-moz-window-inactive .titlebar-min,
|
||||||
#titlebar:-moz-window-inactive .titlebar-min,
|
#titlebar:-moz-window-inactive .titlebar-min,
|
||||||
#titlebar:-moz-window-inactive #titlebar-min {
|
#titlebar:-moz-window-inactive #titlebar-min,
|
||||||
background: url("../titlebuttons/titlebutton-backdrop-dark.svg") no-repeat;
|
|
||||||
background-size: contain;
|
|
||||||
}
|
|
||||||
#nav-bar:-moz-window-inactive .titlebar-restore,
|
#nav-bar:-moz-window-inactive .titlebar-restore,
|
||||||
#titlebar:-moz-window-inactive .titlebar-restore,
|
#titlebar:-moz-window-inactive .titlebar-restore,
|
||||||
#titlebar:-moz-window-inactive #titlebar-restore,
|
#titlebar:-moz-window-inactive #titlebar-restore,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user