Skip to content

Commit

Permalink
JMetro: Make menu-item's slightly more compact (in height)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-dukke committed Jul 24, 2018
1 parent 5911e92 commit 1020b6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@
.menu-item {
-fx-text-fill: white;
-fx-background-color: transparent;
-fx-padding: 0.666666em 1em 0.666666em 1em; /*8 12 8 12 */
-fx-padding: 0.583333em 1em 0.583333em 1em; /*7 12 7 12 */
}

.menu-item .label {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@

/*******************************************************************************
* *
* ChoiceBox *
* Choice Box *
* *
******************************************************************************/

Expand Down Expand Up @@ -1407,7 +1407,7 @@
.menu-item {
-fx-text-fill: #393939;
-fx-background-color: transparent;
-fx-padding: 0.666666em 1em 0.666666em 1em; /*8 12 8 12 */
-fx-padding: 0.583333em 1em 0.583333em 1em; /*7 12 7 12 */
}

.menu-item .label {
Expand Down

0 comments on commit 1020b6a

Please sign in to comment.