Window Buttons: Style refinements

This commit is contained in:
Rafael Mardojai CM 2022-05-18 00:28:04 -05:00
parent 147c442a8c
commit 9fc539a0d2
3 changed files with 11 additions and 16 deletions

View File

@ -66,9 +66,10 @@
--gnome-button-destructive-action-active-background: #3D3E3D;
--gnome-button-destructive-action-active-border-color: none;
--gnome-button-destructive-action-active-box-shadow: inset 0 1px rgba(255, 255, 255, 0);
--gnome-button-close-background: #444444;
--gnome-button-active-close-background: #6F6F6F;
--gnome-button-hover-close-background: #4f4f4f;
--gnome-button-close-background: var(--gnome-button-flat-hover-background);
--gnome-button-hover-close-background:var(--gnome-button-hover-background);
--gnome-button-active-close-background: var(--gnome-button-active-background);
/* Entries */
--gnome-entry-background: rgba(255, 255, 255, .1);

View File

@ -66,9 +66,11 @@
--gnome-button-destructive-action-active-background: #E4E2E0;
--gnome-button-destructive-action-active-border-color: none;
--gnome-button-destructive-action-active-box-shadow: inset 0 1px rgba(255, 255, 255, 0);
--gnome-button-close-background: #D9D9D9;
--gnome-button-active-close-background: #B3B3B3;
--gnome-button-hover-close-background: #CECECE;
--gnome-button-close-background: var(--gnome-button-flat-hover-background);
--gnome-button-hover-close-background:var(--gnome-button-hover-background);
--gnome-button-active-close-background: var(--gnome-button-active-background);
/* Entries */
--gnome-entry-background: rgba(0, 0, 0, .08);

View File

@ -118,9 +118,6 @@
:root[tabsintitlebar] #titlebar .titlebar-button,
:root[tabsintitlebar][inFullscreen] #window-controls toolbarbutton {
-moz-appearance: none !important;
border: 1px solid var(--gnome-button-border-color) !important;
border-color: transparent !important;
border-radius: 5px !important;
padding: 0 2px !important;
background: var(--gnome-button-close-background);
}
@ -133,7 +130,7 @@
}
:root[tabsintitlebar][inFullscreen] #window-controls toolbarbutton {
border-radius: 5px !important;
border-radius: 6px !important;
height: 34px;
margin: 0 3px !important;
width: 34px;
@ -149,16 +146,11 @@
}
:root[tabsintitlebar] #titlebar:not(:-moz-window-inactive) .titlebar-button:not([disabled]):hover,
:root[tabsintitlebar][inFullscreen] #window-controls:not(:-moz-window-inactive) toolbarbutton:not([disabled]):hover {
background-image: var(--gnome-button-hover-background);
border-color: var(--gnome-button-border-color) !important;
border-bottom-color: var(--gnome-button-border-accent-color) !important;
box-shadow: var(--gnome-button-box-shadow);
background: var(--gnome-button-hover-background);
}
:root[tabsintitlebar] #titlebar:not(:-moz-window-inactive) .titlebar-button:not([disabled]):active,
:root[tabsintitlebar][inFullscreen] #window-controls:not(:-moz-window-inactive) toolbarbutton:not([disabled]):active {
background: var(--gnome-button-active-close-background);
box-shadow: var(--gnome-button-active-box-shadow);
border-color: var(--gnome-button-active-border-color) !important;
}
:root[tabsintitlebar] #titlebar .titlebar-button:where(:hover) {