mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
style fixes
This commit is contained in:
parent
7a740cb58d
commit
3c502348e1
@ -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…
Reference in New Issue
Block a user