Fixed gnome-clocks 3.38 issues

This commit is contained in:
Vince 2020-11-08 12:40:01 +08:00
parent d923a27d1a
commit 2a34b06246
5 changed files with 72 additions and 9 deletions

View file

@ -6152,7 +6152,18 @@ window.background.csd > box.vertical > overlay > stack.background {
border-bottom-left-radius: 14px;
}
hdyviewswitcherbar > actionbar {
window.background.csd.unified {
border-top-left-radius: 14px;
border-top-right-radius: 14px;
}
window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio {
margin: 0;
border-radius: 0;
}
hdyviewswitcherbar > actionbar,
viewswitcherbar > actionbar {
background: none;
border: none;
}
@ -7235,7 +7246,7 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g
background: none;
}
.geary-accounts-editor-pane .geary-accounts-editor-pane-content .geary-labelled-row.geary-settings entry {
.geary-settings entry {
background-color: rgba(255, 255, 255, 0.05) !important;
}

View file

@ -6148,7 +6148,18 @@ window.background.csd > box.vertical > overlay > stack.background {
border-bottom-left-radius: 14px;
}
hdyviewswitcherbar > actionbar {
window.background.csd.unified {
border-top-left-radius: 14px;
border-top-right-radius: 14px;
}
window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio {
margin: 0;
border-radius: 0;
}
hdyviewswitcherbar > actionbar,
viewswitcherbar > actionbar {
background: none;
border: none;
}
@ -7231,7 +7242,7 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g
background: none;
}
.geary-accounts-editor-pane .geary-accounts-editor-pane-content .geary-labelled-row.geary-settings entry {
.geary-settings entry {
background-color: rgba(255, 255, 255, 0.05) !important;
}

View file

@ -6174,7 +6174,18 @@ window.background.csd > box.vertical > overlay > stack.background {
border-bottom-left-radius: 14px;
}
hdyviewswitcherbar > actionbar {
window.background.csd.unified {
border-top-left-radius: 14px;
border-top-right-radius: 14px;
}
window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio {
margin: 0;
border-radius: 0;
}
hdyviewswitcherbar > actionbar,
viewswitcherbar > actionbar {
background: none;
border: none;
}
@ -7250,7 +7261,7 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g
background: none;
}
.geary-accounts-editor-pane .geary-accounts-editor-pane-content .geary-labelled-row.geary-settings entry {
.geary-settings entry {
background-color: rgba(0, 0, 0, 0.05) !important;
}

View file

@ -6170,7 +6170,18 @@ window.background.csd > box.vertical > overlay > stack.background {
border-bottom-left-radius: 14px;
}
hdyviewswitcherbar > actionbar {
window.background.csd.unified {
border-top-left-radius: 14px;
border-top-right-radius: 14px;
}
window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio {
margin: 0;
border-radius: 0;
}
hdyviewswitcherbar > actionbar,
viewswitcherbar > actionbar {
background: none;
border: none;
}
@ -7246,7 +7257,7 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g
background: none;
}
.geary-accounts-editor-pane .geary-accounts-editor-pane-content .geary-labelled-row.geary-settings entry {
.geary-settings entry {
background-color: rgba(0, 0, 0, 0.05) !important;
}

View file

@ -1700,7 +1700,26 @@ window.background.csd {
//
// Gnome Clocks
//
hdyviewswitcherbar > actionbar {
window.background.csd.unified {
border-top-left-radius: $wm_radius;
border-top-right-radius: $wm_radius;
> deck > deck > deck {
> box.vertical > headerbar.titlebar.windowhandle {
> viewswitchertitle > squeezer {
> viewswitcher > box.horizontal {
> button.radio {
margin: 0;
border-radius: 0;
}
}
}
}
}
}
hdyviewswitcherbar > actionbar,
viewswitcherbar > actionbar { // Gnome 3.38
background: none;
border: none;
}