mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: style environment editor
This commit is contained in:
13
src/libsysprof-ui/css/SysprofEnvironEditor-shared.css
Normal file
13
src/libsysprof-ui/css/SysprofEnvironEditor-shared.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user