ui: Use a thiner progress in message header
This commit is contained in:
parent
e71775cb46
commit
4b49892398
2 changed files with 25 additions and 2 deletions
|
|
@ -495,8 +495,7 @@
|
|||
<object class="GtkProgressBar" id="body_progress">
|
||||
<property name="valign">start</property>
|
||||
<style>
|
||||
<class name="osd"/>
|
||||
<class name="top"/>
|
||||
<class name="geary-body-progress"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
|
|
|
|||
24
ui/geary.css
24
ui/geary.css
|
|
@ -241,6 +241,30 @@ grid.geary-message-summary {
|
|||
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 */
|
||||
|
||||
.geary-contact-popover .dim-label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue