55
66.button-raised {
77 -fx-padding : 0.7em 0.57em ;
8- -fx-font-size : 14 px ;
8+ -fx-font-size : 14.0 px ;
99 -jfx-button-type : RAISED;
10- -fx-background-color : rgb (77 , 102 , 204 );
11- -fx-pref-width : 200 ;
10+ -fx-background-color : rgb (77.0 , 102.0 , 204.0 );
11+ -fx-pref-width : 200.0 ;
1212 -fx-text-fill : WHITE;
1313}
1414
3636/* TabPane */
3737.tab-pane > .tab-header-area > .headers-region > .tab : top {
3838 -fx-border-color : # a3a7a8 ;
39- -fx-border-radius : 5 5 0 0 ;
39+ -fx-border-radius : 5.0 5.0 0.0 0. 0 ;
4040 -fx-background-color : transparent;
41- -fx-pref-height : 40 px ;
42- -fx-background-insets : 0 ;
41+ -fx-pref-height : 40.0 px ;
42+ -fx-background-insets : 0.0 ;
4343}
4444
4545.tab-pane > .tab-header-area > .headers-region > .tab : selected : top {
4646 -fx-border-color : # 2381E9 # a3a7a8 # a3a7a8 # a3a7a8 ;
47- -fx-border-width : 5 1 1 1 ;
48- -fx-border-radius : 5 5 0 0 ;
47+ -fx-border-width : 5.0 1.0 1.0 1.0 ;
48+ -fx-border-radius : 5.0 5.0 0.0 0. 0 ;
4949 -fx-background-color : white;
50- -fx-pref-height : 40 px ;
51- -fx-background-insets : 0 ;
50+ -fx-pref-height : 40.0 px ;
51+ -fx-background-insets : 0.0 ;
5252}
5353
5454.tab-pane > .tab-header-area > .headers-region > .tab : selected > .tab-container > .tab-label {
6767.tab-pane > .tab-header-area > .tab-header-background {
6868 -fx-background-color : white;
6969 -fx-border-color : # a3a7a8 ;
70- -fx-border-width : 0 0 1 0 ;
71- -fx-background-insets : 0 ;
72- -fx-pref-height : 45 px ;
70+ -fx-border-width : 0.0 0.0 1.0 0. 0 ;
71+ -fx-background-insets : 0.0 ;
72+ -fx-pref-height : 45.0 px ;
7373}
7474
7575/* TextField */
7676.text-field {
7777 -fx-background-color : -fx-text-box-border, white ;
78- -fx-background-insets : 0 , 0.5 0.5 0.5 0.5 ;
79- -fx-background-radius : 0 ;
78+ -fx-background-insets : 0.0 , 0.5 0.5 0.5 0.5 ;
79+ -fx-background-radius : 0.0 ;
8080 -fx-font-family : "Noto Sans Korean Regular" ;
8181}
8282.text-field : focused {
8686/* Label */
8787.gridTitleLabel {
8888 -fx-font-family : "Noto Sans Korean Regular" ;
89- -fx-font-size : 11 px ;
90- -fx-line-spacing : 0 ;
89+ -fx-font-size : 11.0 px ;
90+ -fx-line-spacing : 0.0 ;
9191}
9292
9393/* JFXComboBox */
9494.jfx-combo-box {
9595 -fx-background-color : -fx-text-box-border, white ;
96- -fx-background-insets : 0 , 0.5 0.5 0.5 0.5 ;
97- -fx-background-radius : 0 ;
96+ -fx-background-insets : 0.0 , 0.5 0.5 0.5 0.5 ;
97+ -fx-background-radius : 0.0 ;
9898 -fx-font-family : "Noto Sans Korean Regular" ;
99- -fx-font-size : 10 px ;
99+ -fx-font-size : 10.0 px ;
100100}
101101
102102.jfx-combo-box : focused {
111111
112112.table-view .column-header-background {
113113 -fx-background-color : linear-gradient (to bottom, # 1dbbdd44, # 93f9b944 );
114- -fx-background-radius : 7 px 7 px 0px 0px ;
115- -fx-background-insets : 0 11 px 0 0 ;
116- -fx-padding : 0 0 5 px 0 ;
114+ -fx-background-radius : 7.0 px 7.0 px 0. 0px 0. 0px ;
115+ -fx-background-insets : 0.0 11.0 px 0.0 0. 0 ;
116+ -fx-padding : 0.0 0.0 5.0 px 0. 0 ;
117117}
118118
119119.table-view .column-header {
122122
123123.table-view .table-cell {
124124 -fx-border-color : transparent;
125- -fx-padding : 2 0 2 10 px ;
125+ -fx-padding : 2.0 0.0 2.0 10.0 px ;
126126}
127127
128128.table-row-cell : hover {
132132
133133.table-row-cell : odd {
134134 -fx-background-color : # 93f9b911 ;
135- -fx-background-insets : 0 , 0 0 1 0 ;
135+ -fx-background-insets : 0.0 , 0.0 0.0 1.0 0. 0 ;
136136 -fx-padding : 0.0em ;
137137}
138138
139139.table-row-cell : even {
140140 -fx-background-color : # 1dbbdd11 ;
141- -fx-background-insets : 0 , 0 0 1 0 ;
141+ -fx-background-insets : 0.0 , 0.0 0.0 1.0 0. 0 ;
142142 -fx-padding : 0.0em ;
143143}
144144
150150
151151.table-view .show-hide-columns-button {
152152 -fx-background-color : linear-gradient (to bottom, # 1dbbdd44, # 93f9b944 );
153- -fx-background-insets : 2 0 0 2.5 ;
153+ -fx-background-insets : 2.0 0.0 0. 0 2.5 ;
154154}
155155
156156.table-view .virtual-flow .scroll-bar : vertical ,
164164
165165.table-view .virtual-flow .scroll-bar .increment-button ,
166166.table-view .virtual-flow .scroll-bar .decrement-button {
167- -fx-opacity : 0 ;
168- -fx-padding : 2 ;
167+ -fx-opacity : 0.0 ;
168+ -fx-padding : 2.0 ;
169169}
170170
171171.table-view .virtual-flow .scroll-bar : vertical .thumb {
187187/* Datepicker */
188188.date-picker .arrow-button {
189189 -fx-background-color : -fx-primary-color;
190- -fx-background-radius : 0 ;
190+ -fx-background-radius : 0.0 ;
191191}
192192.date-picker .arrow-button : hover {
193193 -fx-background-color : -fx-secondary-color;
235235
236236.scroll-pane {
237237 -fx-background-color : transparent;
238- }
238+ }
239+
240+ .gray-scrollbar .scroll-bar {
241+ -fx-background-color : white;
242+ }
243+
244+ .gray-scrollbar .scroll-bar : horizontal .track ,
245+ .gray-scrollbar .scroll-bar : vertical .track {
246+ -fx-background-color : transparent;
247+ -fx-border-color : transparent;
248+ }
249+
250+ .gray-scrollbar .scroll-bar : horizontal .increment-button ,
251+ .gray-scrollbar .scroll-bar : horizontal .decrement-button {
252+ -fx-background-color : transparent;
253+ -fx-padding : 0.0 0.0 10.0 0.0 ;
254+ }
255+
256+ .gray-scrollbar .scroll-bar : vertical .increment-button ,
257+ .gray-scrollbar .scroll-bar : vertical .decrement-button {
258+ -fx-background-color : transparent;
259+ -fx-padding : 0.0 10.0 0.0 0.0 ;
260+ }
261+
262+ .gray-scrollbar .scroll-bar .increment-arrow ,
263+ .gray-scrollbar .scroll-bar .decrement-arrow {
264+ -fx-padding : 2.0 0.0 2.0 0.0 ;
265+ }
266+
267+ .gray-scrollbar .scroll-bar : horizontal .thumb ,
268+ .gray-scrollbar .scroll-bar : vertical .thumb {
269+ -fx-background-color : derive (gray, 40.0% );
270+ }
0 commit comments