Skip to content

Commit

Permalink
Improved button vertical alignment.
Browse files Browse the repository at this point in the history
Adjusted style height to 30px. Missing themes: Canta and Zukitwo's.
  • Loading branch information
davidwlewis authored and franglais125 committed Apr 21, 2018
1 parent 83710fd commit f31ce55
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions themes/Ambiance/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
}

.box-bin .window-button {
width: 19px;
height: 24px;
width: 30px;
height: 30px;
}

.minimize {
Expand Down
2 changes: 1 addition & 1 deletion themes/Arc-Dark-solid/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* The style for each individual window button */
.box-bin .window-button {
width: 24px;
height: 20px;
height: 30px;
}

/* The style for the window button when hovered over */
Expand Down
2 changes: 1 addition & 1 deletion themes/Arc-Dark/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* The style for each individual window button */
.box-bin .window-button {
width: 24px;
height: 20px;
height: 30px;
}

/* The style for the window button when hovered over */
Expand Down
2 changes: 1 addition & 1 deletion themes/Arc-Darker-solid/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* The style for each individual window button */
.box-bin .window-button {
width: 24px;
height: 20px;
height: 30px;
}

/* The style for the window button when hovered over */
Expand Down
2 changes: 1 addition & 1 deletion themes/Arc-Darker/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* The style for each individual window button */
.box-bin .window-button {
width: 24px;
height: 20px;
height: 30px;
}

/* The style for the window button when hovered over */
Expand Down
2 changes: 1 addition & 1 deletion themes/Arc-solid/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* The style for each individual window button */
.box-bin .window-button {
width: 24px;
height: 20px;
height: 30px;
}

/* The style for the window button when hovered over */
Expand Down
2 changes: 1 addition & 1 deletion themes/Arc/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* The style for each individual window button */
.box-bin .window-button {
width: 24px;
height: 20px;
height: 30px;
}

/* The style for the window button when hovered over */
Expand Down
2 changes: 1 addition & 1 deletion themes/Materia/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.box-bin .window-button {
width: 24px;
height: 24px;
height: 30px;
}

.minimize {
Expand Down
2 changes: 1 addition & 1 deletion themes/OSX-Arc-Darker/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* The style for each individual window button */
.window-button {
width: 24px;
height: 20px;
height: 30px;
background-size: 14px;
}

Expand Down
2 changes: 1 addition & 1 deletion themes/OSX-Arc-Shadow/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* The style for each individual window button */
.window-button {
width: 24px;
height: 20px;
height: 30px;
background-size: 14px;
}

Expand Down
4 changes: 2 additions & 2 deletions themes/Radiance/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
}

.box-bin .window-button {
width: 19px;
height: 24px;
width: 24px;
height: 30px;
}

.minimize {
Expand Down
2 changes: 1 addition & 1 deletion themes/Vertex-Dark/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.window-button {
width: 24px;
height: 24px;
height: 30px;
}

.minimize {
Expand Down
2 changes: 1 addition & 1 deletion themes/Vertex-Light/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.window-button {
width: 24px;
height: 24px;
height: 30px;
}

.minimize {
Expand Down
2 changes: 1 addition & 1 deletion themes/Vertex/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.window-button {
width: 24px;
height: 24px;
height: 30px;
}

.minimize {
Expand Down
2 changes: 1 addition & 1 deletion themes/Vimix/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* The style for each individual window button */
.window-button {
width: 24px;
height: 20px;
height: 30px;
background-size: 16px;
}

Expand Down
2 changes: 1 addition & 1 deletion themes/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* The style for each individual window button */
.box-bin .window-button {
width: 24px;
height: 20px;
height: 30px;
}

/* The style for the window button when hovered over */
Expand Down
2 changes: 1 addition & 1 deletion themes/iris-master/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* The style for each individual window button */
.box-bin .window-button {
width: 24px;
height: 20px;
height: 30px;
}

/* The style for the window button when hovered over */
Expand Down

0 comments on commit f31ce55

Please sign in to comment.