Update css files

This commit is contained in:
Daniel Ruiz de Alegría 2021-10-23 21:43:31 +02:00
parent b484c2f845
commit 011d3785fd
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
3 changed files with 18 additions and 24 deletions

View File

@ -5537,11 +5537,8 @@ headerbar.default-decoration {
.default-decoration.titlebar:not(headerbar) button.titlebutton, .default-decoration.titlebar:not(headerbar) button.titlebutton,
headerbar.default-decoration button.titlebutton { headerbar.default-decoration button.titlebutton {
min-height: 0; min-height: 0;
min-width: 0; } min-width: 0;
.default-decoration.titlebar:not(headerbar) button.titlebutton, margin: 0; }
headerbar.default-decoration button.titlebutton,
headerbar.default-decoration button.titlebutton:last-child {
margin: 0; }
paned headerbar:first-child, paned headerbar:first-child,
hdyleaflet headerbar:first-child, hdyleaflet headerbar:first-child,
@ -6095,6 +6092,7 @@ list.tweak-categories separator {
.xfce4-panel button { .xfce4-panel button {
border: 0; border: 0;
border-radius: 0; border-radius: 0;
min-width: 30px;
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
background: transparent; background: transparent;
@ -6102,11 +6100,11 @@ list.tweak-categories separator {
.xfce4-panel button:hover { .xfce4-panel button:hover {
background: rgba(0, 0, 0, 0.2); } background: rgba(0, 0, 0, 0.2); }
.xfce4-panel button:not(#whiskermenu-button):checked, .xfce4-panel button:not(#whiskermenu-button):active { .xfce4-panel button:not(#whiskermenu-button):checked, .xfce4-panel button:not(#whiskermenu-button):active {
box-shadow: inset 0 4px 0 #2777ff; box-shadow: inset 0 -2px 0 #2777ff;
background: rgba(0, 0, 0, 0.2); } background: rgba(0, 0, 0, 0.2); }
.xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active { .xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active {
box-shadow: inset 4px 0 0 #2777ff; } box-shadow: inset 2px 0 0 #2777ff; }
/* XFCE4 NOTIFICATIONS & LOGOUT DIALOG */ /* XFCE4 NOTIFICATIONS & LOGOUT DIALOG */
#XfceNotifyWindow, .xfsm-logout-dialog, .xfsm-logout-dialog button { #XfceNotifyWindow, .xfsm-logout-dialog, .xfsm-logout-dialog button {
@ -6155,7 +6153,7 @@ list.tweak-categories separator {
background-color: rgba(0, 0, 0, 0.27); background-color: rgba(0, 0, 0, 0.27);
color: inherit; } color: inherit; }
/* XFCE4 panel action & battery buttons */ /* XFCE4 panel action */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image { #XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
-gtk-icon-style: symbolic; -gtk-icon-style: symbolic;
-gtk-icon-transform: scale(0.7); } -gtk-icon-transform: scale(0.7); }

View File

@ -5537,11 +5537,8 @@ headerbar.default-decoration {
.default-decoration.titlebar:not(headerbar) button.titlebutton, .default-decoration.titlebar:not(headerbar) button.titlebutton,
headerbar.default-decoration button.titlebutton { headerbar.default-decoration button.titlebutton {
min-height: 0; min-height: 0;
min-width: 0; } min-width: 0;
.default-decoration.titlebar:not(headerbar) button.titlebutton, margin: 0; }
headerbar.default-decoration button.titlebutton,
headerbar.default-decoration button.titlebutton:last-child {
margin: 0; }
paned headerbar:first-child, paned headerbar:first-child,
hdyleaflet headerbar:first-child, hdyleaflet headerbar:first-child,
@ -6095,6 +6092,7 @@ list.tweak-categories separator {
.xfce4-panel button { .xfce4-panel button {
border: 0; border: 0;
border-radius: 0; border-radius: 0;
min-width: 30px;
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
background: transparent; background: transparent;
@ -6102,11 +6100,11 @@ list.tweak-categories separator {
.xfce4-panel button:hover { .xfce4-panel button:hover {
background: rgba(0, 0, 0, 0.2); } background: rgba(0, 0, 0, 0.2); }
.xfce4-panel button:not(#whiskermenu-button):checked, .xfce4-panel button:not(#whiskermenu-button):active { .xfce4-panel button:not(#whiskermenu-button):checked, .xfce4-panel button:not(#whiskermenu-button):active {
box-shadow: inset 0 4px 0 #2777ff; box-shadow: inset 0 -2px 0 #2777ff;
background: rgba(0, 0, 0, 0.2); } background: rgba(0, 0, 0, 0.2); }
.xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active { .xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active {
box-shadow: inset 4px 0 0 #2777ff; } box-shadow: inset 2px 0 0 #2777ff; }
/* XFCE4 NOTIFICATIONS & LOGOUT DIALOG */ /* XFCE4 NOTIFICATIONS & LOGOUT DIALOG */
#XfceNotifyWindow, .xfsm-logout-dialog, .xfsm-logout-dialog button { #XfceNotifyWindow, .xfsm-logout-dialog, .xfsm-logout-dialog button {
@ -6155,7 +6153,7 @@ list.tweak-categories separator {
background-color: rgba(0, 0, 0, 0.27); background-color: rgba(0, 0, 0, 0.27);
color: inherit; } color: inherit; }
/* XFCE4 panel action & battery buttons */ /* XFCE4 panel action */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image { #XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
-gtk-icon-style: symbolic; -gtk-icon-style: symbolic;
-gtk-icon-transform: scale(0.7); } -gtk-icon-transform: scale(0.7); }

View File

@ -5558,11 +5558,8 @@ headerbar.default-decoration {
.default-decoration.titlebar:not(headerbar) button.titlebutton, .default-decoration.titlebar:not(headerbar) button.titlebutton,
headerbar.default-decoration button.titlebutton { headerbar.default-decoration button.titlebutton {
min-height: 0; min-height: 0;
min-width: 0; } min-width: 0;
.default-decoration.titlebar:not(headerbar) button.titlebutton, margin: 0; }
headerbar.default-decoration button.titlebutton,
headerbar.default-decoration button.titlebutton:last-child {
margin: 0; }
paned headerbar:first-child, paned headerbar:first-child,
hdyleaflet headerbar:first-child, hdyleaflet headerbar:first-child,
@ -6116,6 +6113,7 @@ list.tweak-categories separator {
.xfce4-panel button { .xfce4-panel button {
border: 0; border: 0;
border-radius: 0; border-radius: 0;
min-width: 30px;
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
background: transparent; background: transparent;
@ -6123,11 +6121,11 @@ list.tweak-categories separator {
.xfce4-panel button:hover { .xfce4-panel button:hover {
background: #ffffff; } background: #ffffff; }
.xfce4-panel button:not(#whiskermenu-button):checked, .xfce4-panel button:not(#whiskermenu-button):active { .xfce4-panel button:not(#whiskermenu-button):checked, .xfce4-panel button:not(#whiskermenu-button):active {
box-shadow: inset 0 4px 0 #2777ff; box-shadow: inset 0 -2px 0 #2777ff;
background: #ffffff; } background: #ffffff; }
.xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active { .xfce4-panel.vertical button:not(#whiskermenu-button):checked, .xfce4-panel.vertical button:not(#whiskermenu-button):active {
box-shadow: inset 4px 0 0 #2777ff; } box-shadow: inset 2px 0 0 #2777ff; }
/* XFCE4 NOTIFICATIONS & LOGOUT DIALOG */ /* XFCE4 NOTIFICATIONS & LOGOUT DIALOG */
#XfceNotifyWindow, .xfsm-logout-dialog, .xfsm-logout-dialog button { #XfceNotifyWindow, .xfsm-logout-dialog, .xfsm-logout-dialog button {
@ -6164,7 +6162,7 @@ list.tweak-categories separator {
background-color: rgba(0, 0, 0, 0.07); background-color: rgba(0, 0, 0, 0.07);
color: inherit; } color: inherit; }
/* XFCE4 panel action & battery buttons */ /* XFCE4 panel action */
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image { #XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
-gtk-icon-style: symbolic; -gtk-icon-style: symbolic;
-gtk-icon-transform: scale(0.7); } -gtk-icon-transform: scale(0.7); }