Skip to content

Commit

Permalink
Ordering matters... grumble...
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Feb 21, 2024
1 parent 24714b5 commit dd2d21b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/skin/tinted.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ com.badlogic.gdx.scenes.scene2d.ui.ScrollPane$ScrollPaneStyle:{
list:{vScroll:scroll,vScrollKnob:scroll-knob-vertical,hScroll:scroll-horizontal,hScrollKnob:scroll-knob-horizontal},
default:{background:border,vScroll:scroll,vScrollKnob:scroll-knob-vertical,hScroll:scroll-horizontal,hScrollKnob:scroll-knob-horizontal}
},
com.badlogic.gdx.scenes.scene2d.ui.List$ListStyle:{
default:{fontColorUnselected:white,selection:padded-list-selection,fontColorSelected:white,font:default-font},
selectBoxListStyle:{font:default-font,selection:padded-list-selection,background:select-box-list-bg}
},
com.badlogic.gdx.scenes.scene2d.ui.SelectBox$SelectBoxStyle:{
default:{background:default-select,backgroundOver:default-select-over,scrollStyle:default,listStyle:selectBoxListStyle,font:default-font,fontColor:white,disabledFontColor:grey}
},
Expand Down Expand Up @@ -155,10 +159,6 @@ com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle:{
default:{font:default-font,fontColor:white,disabledFontColor:grey,selection:selection,background:textfield,cursor:cursor,messageFont:default-font,messageFontColor:grey},
small:{font:small-font,fontColor:white,disabledFontColor:grey,selection:selection,background:textfield,cursor:cursor,messageFont:default-font,messageFontColor:grey}
},
com.badlogic.gdx.scenes.scene2d.ui.List$ListStyle:{
default:{fontColorUnselected:white,selection:padded-list-selection,fontColorSelected:white,font:default-font},
selectBoxListStyle:{font:default-font,selection:padded-list-selection,background:select-box-list-bg}
},
com.badlogic.gdx.scenes.scene2d.ui.Touchpad$TouchpadStyle:{
default:{background:default-pane,knob:touchpad-knob}
},
Expand Down

0 comments on commit dd2d21b

Please sign in to comment.