Skip to content

Commit c5ce164

Browse files
authored
eclipse: fix small toolbar buttons (#748)
1 parent 15923f7 commit c5ce164

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/gtk-3.20/scss/_widgets.scss

+1
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@
3939
@import "apps/lightdm";
4040
@import "apps/gnome-terminal";
4141
@import "apps/budgie";
42+
@import "apps/eclipse";

src/gtk-3.20/scss/apps/_eclipse.scss

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/***********
2+
! Eclipse *
3+
***********/
4+
5+
@include exports("eclipse") {
6+
button.flat.image-button > image {
7+
padding: 3px;
8+
}
9+
}

0 commit comments

Comments
 (0)