Gtk-3.20: Add message summary and popover-list styles for geary
parent
5d031a397a
commit
fd8e657e78
|
@ -57,3 +57,22 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/****************
|
||||
! Geary *
|
||||
*****************/
|
||||
|
||||
@include exports("geary") {
|
||||
.geary-expanded .geary-message-summary {
|
||||
background-color: shade($base_color, 0.95);
|
||||
}
|
||||
|
||||
.geary-folder-popover-list-row {
|
||||
border-color: shade($menu_bg_color, 1.2);
|
||||
box-shadow: None;
|
||||
|
||||
& > label { color: $bg_color; }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue