style fixes

xkb
sezanzeb 4 years ago committed by sezanzeb
parent c96d18cfb8
commit 43702107c0

@ -356,6 +356,20 @@
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkSeparator">
<property name="visible">True</property>
<property name="can-focus">False</property>
<style>
<class name="top_separator"/>
</style>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
<style>
<class name="primary-toolbar"/>
</style>

@ -7,6 +7,13 @@ row {
border: 0px;
}
/* adds a bottom border for themes that don't add one in primary-toolbar
classes. Interestingly, those that do add a border ignore this separator,
which is perfect. */
.top_separator {
border: 0px; /* fixes light pixels on each end in arc-dark */
}
.table-header, .row-box {
padding: 2px;
}

Loading…
Cancel
Save