libsysprof-ui: style environment editor

This commit is contained in:
Christian Hergert
2019-05-18 13:58:22 -07:00
parent b213f7bbe4
commit 597d757bf8
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,13 @@
list.environ-editor row button.flat:last-child {
min-height: 16px;
min-width: 16px;
padding: 0;
margin: 3px;
}
list.environ-editor row button.flat:not(:hover) {
border-color: transparent;
}
list.environ-editor row button.flat image {
padding: 3;
margin: 0;
}