ui: Use a thiner progress in message header

This commit is contained in:
Cédric Bellegarde 2022-09-21 16:57:05 +02:00
parent e71775cb46
commit 4b49892398
2 changed files with 25 additions and 2 deletions

View file

@ -495,8 +495,7 @@
<object class="GtkProgressBar" id="body_progress"> <object class="GtkProgressBar" id="body_progress">
<property name="valign">start</property> <property name="valign">start</property>
<style> <style>
<class name="osd"/> <class name="geary-body-progress"/>
<class name="top"/>
</style> </style>
</object> </object>
</child> </child>

View file

@ -241,6 +241,30 @@ grid.geary-message-summary {
margin: 36px 16px; margin: 36px 16px;
} }
.geary-message .geary-body-progress {
border: none;
background-color: transparent;
background-image: none;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
.geary-message .geary-body-progress progress {
background-color: @theme_selected_bg_color;
background-image: none;
border: none;
min-height: 1px;
}
.geary-message .geary-body-progress trough {
border: none;
background-color: transparent;
background-image: none;
min-height: 1px;
}
/* ContactPopover */ /* ContactPopover */
.geary-contact-popover .dim-label { .geary-contact-popover .dim-label {