Gnome: Fix standard-buttons appearance

This commit is contained in:
EliverLara
2023-11-18 13:12:12 -06:00
parent 2e775e9575
commit 9eb17db3df
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -2171,7 +2171,7 @@ GraniteWidgetsWelcome {
* Header bars *
***************/
.titlebar:not(headerbar), .titlebar, headerbar {
padding: 0 13px;
padding: 0 6px;
min-height: 34px;
background: #2b313c;
color: #d8dee9;
@@ -4665,7 +4665,7 @@ windowcontrols button.close, windowcontrols button.maximize, windowcontrols butt
text-shadow: none;
box-shadow: none;
border: 1px solid #232831;
background-color: #2e3440; }
background-color: #343b48; }
windowcontrols button.close:hover, windowcontrols button.close:active {
color: #bf616a; }
windowcontrols button.maximize:hover, windowcontrols button.maximize:active {
+2 -2
View File
@@ -2171,7 +2171,7 @@ GraniteWidgetsWelcome {
* Header bars *
***************/
.titlebar:not(headerbar), .titlebar, headerbar {
padding: 0 13px;
padding: 0 6px;
min-height: 34px;
background: #2b313c;
color: #d8dee9;
@@ -4665,7 +4665,7 @@ windowcontrols button.close, windowcontrols button.maximize, windowcontrols butt
text-shadow: none;
box-shadow: none;
border: 1px solid #232831;
background-color: #2e3440; }
background-color: #343b48; }
windowcontrols button.close:hover, windowcontrols button.close:active {
color: #bf616a; }
windowcontrols button.maximize:hover, windowcontrols button.maximize:active {
+1 -1
View File
@@ -3,7 +3,7 @@
***************/
%titlebar,
headerbar {
padding: 0 13px;
padding: 0 6px;
min-height: 34px;
background: $headerbar_color;
color: $headerbar_fg_color;