eclipse: fix small toolbar buttons (#748)
parent
15923f7633
commit
c5ce164db5
|
@ -39,3 +39,4 @@
|
|||
@import "apps/lightdm";
|
||||
@import "apps/gnome-terminal";
|
||||
@import "apps/budgie";
|
||||
@import "apps/eclipse";
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
/***********
|
||||
! Eclipse *
|
||||
***********/
|
||||
|
||||
@include exports("eclipse") {
|
||||
button.flat.image-button > image {
|
||||
padding: 3px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue