Skip to content

Commit

Permalink
fix icon sizes in window buttons themes stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Apr 3, 2020
1 parent 9e95528 commit 5588c74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions [email protected]/themes/arrongin/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.window-button .icon {
width: 14px;
height: 14px;
width: 16px;
height: 16px;
}

.close .icon {
Expand Down
4 changes: 2 additions & 2 deletions [email protected]/themes/prof-gnome/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.window-button .icon {
width: 18px;
height: 18px;
width: 16px;
height: 16px;
}

.close .icon {
Expand Down
4 changes: 2 additions & 2 deletions [email protected]/themes/telinkrin/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.window-button .icon {
width: 14px;
height: 14px;
width: 16px;
height: 16px;
}

.close .icon {
Expand Down

0 comments on commit 5588c74

Please sign in to comment.