Make collapsed ConversationMessage message boxes a bit lighter.
This commit is contained in:
parent
0f64460c90
commit
83457ca048
2 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ public class MainWindow : Gtk.ApplicationWindow {
|
|||
GearyApplication.instance.controller.folder_selected.connect(on_folder_selected);
|
||||
Geary.Engine.instance.account_available.connect(on_account_available);
|
||||
Geary.Engine.instance.account_unavailable.connect(on_account_unavailable);
|
||||
|
||||
|
||||
// Toolbar.
|
||||
main_toolbar = new MainToolbar();
|
||||
main_toolbar.bind_property("search-open", search_bar, "search-mode-enabled",
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ row.geary-folder-popover-list-row > label {
|
|||
border: 1px solid @borders;
|
||||
border-bottom-width: 0;
|
||||
padding: 0;
|
||||
background: @theme_bg_color;
|
||||
background: shade(@theme_base_color, 0.96);
|
||||
box-shadow: 0 4px 8px 1px rgba(0,0,0,0.4);
|
||||
transition: margin 0.1s, background 0.15s;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue