update
This commit is contained in:
parent
d0487574a2
commit
5491d45dfb
@ -1401,8 +1401,9 @@ actionbar {
|
|||||||
background-color: darken($bg_color, 3%);
|
background-color: darken($bg_color, 3%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.background.csd revealer > & > revealer > box,
|
// .background.csd revealer > & > revealer > box,
|
||||||
.background.csd > box.vertical > & > revealer > box {
|
.background.csd > box.vertical > & > revealer > box,
|
||||||
|
.background.csd > box > box > box > & > revealer > box {
|
||||||
border-radius: 0 0 $wm_radius $wm_radius;
|
border-radius: 0 0 $wm_radius $wm_radius;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2855,6 +2855,16 @@ window#GearyMainWindow.background.csd { // <= 3.32
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
geary-composer-editor {
|
||||||
|
> box.background {
|
||||||
|
background-color: transparent;
|
||||||
|
|
||||||
|
> actionbar > revealer > box {
|
||||||
|
border-radius: 0 0 7px 7px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
searchbar {
|
searchbar {
|
||||||
@ -2866,6 +2876,18 @@ window#GearyMainWindow.background.csd { // <= 3.32
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
geary-composer-box.background.csd {
|
||||||
|
geary-composer-editor {
|
||||||
|
> box.background {
|
||||||
|
background-color: transparent;
|
||||||
|
|
||||||
|
> actionbar > revealer > box {
|
||||||
|
border-radius: 0 0 $wm_radius $wm_radius;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Accounts setting dialog
|
// Accounts setting dialog
|
||||||
.geary-accounts-editor-pane-content {
|
.geary-accounts-editor-pane-content {
|
||||||
frame:not(.geary-signature) {
|
frame:not(.geary-signature) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user