< prev index next >

modules/controls/src/main/resources/com/sun/javafx/scene/control/skin/caspian/caspian.css

Print this page
rev 9269 : [mq]: 8136838

*** 3184,3195 **** /*-fx-background-color: yellow;*/ -fx-background-radius: 4 0 0 4, 3 0 0 3, 2 0 0 2; -fx-background-insets: 0 0 -1 0, 0, 1 0 1 1; } ! .combo-box-base:editable:contains-focus, ! .date-picker:contains-focus { -fx-background-color: -fx-focus-color, -fx-outer-border, -fx-control-inner-background; -fx-background-radius: 5.4, 3, 2; -fx-background-insets: -1.4, 0, 1; } --- 3184,3195 ---- /*-fx-background-color: yellow;*/ -fx-background-radius: 4 0 0 4, 3 0 0 3, 2 0 0 2; -fx-background-insets: 0 0 -1 0, 0, 1 0 1 1; } ! .combo-box-base:editable:focused, ! .date-picker:focused { -fx-background-color: -fx-focus-color, -fx-outer-border, -fx-control-inner-background; -fx-background-radius: 5.4, 3, 2; -fx-background-insets: -1.4, 0, 1; }
< prev index next >