File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ window {
2121 border-bottom-color : # 808080 ;
2222 background-color : # c0c0c0 ;
2323 padding : 2px ;
24+ /* Move Input to Bottom */
25+ display : flex;
26+ flex-direction : column-reverse;
2427}
2528
2629# input {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ window.active.title.bg.color: #000080
1010window.inactive.title.bg.color: #808080
1111
1212window.active.label.text.color: #FFFFFF
13- window.inactive.label.text.color: #C0C0C0
13+ window.inactive.label.text.color: #DFDFDF
1414
1515window.label.text.justify: left
1616
@@ -24,8 +24,8 @@ window.active.button.unpressed.image.color: #000000
2424window.active.button.hover.image.color: #000000
2525window.active.button.pressed.image.color: #FFFFFF
2626
27- window.inactive.button.unpressed.image.color: #808080
28- window.inactive.button.hover.image.color: #000000
27+ window.inactive.button.unpressed.image.color: #C0C0C0
28+ window.inactive.button.hover.image.color: #DFDFDF
2929
3030# Button backgrounds
3131window.active.button.unpressed.bg.color: #C0C0C0
You can’t perform that action at this time.
0 commit comments