spinbutton separation between text and buttons, as discussed in IRC.

This commit is contained in:
Morgan Hardwood
2016-12-19 17:07:11 +01:00
parent 29af9f3bd3
commit 5100126f0d
2 changed files with 0 additions and 4 deletions

View File

@@ -333,8 +333,6 @@ button.Right {
/* [1.23[-][+]] */
entry, spinbutton {
padding: 0;
margin: 0;
min-height: 10px;
background-color: #262626;
}

View File

@@ -210,8 +210,6 @@ GtkButton.Right {
/* [1.23[-][+]] */
GtkEntry, GtkSpinButton {
padding: 0;
margin: 0;
background-color: #262626;
}