< prev index next >

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

Print this page
rev 9045 : [mq]: 8136838

*** 1765,1776 **** linear-gradient(to bottom, derive(-fx-text-box-border, -10%), -fx-text-box-border), linear-gradient(from 0px 0px to 0px 5px, derive(-fx-control-inner-background, -9%), -fx-control-inner-background); -fx-background-insets: 1 0 1 1; -fx-background-radius: 2 0 0 2; } ! .combo-box-base:editable:contains-focus, ! .date-picker:contains-focus { -fx-background-color: -fx-focus-color; -fx-background-insets: -0.2; -fx-background-radius: 3; } .combo-box-base:editable:focused > .text-field, --- 1765,1776 ---- linear-gradient(to bottom, derive(-fx-text-box-border, -10%), -fx-text-box-border), linear-gradient(from 0px 0px to 0px 5px, derive(-fx-control-inner-background, -9%), -fx-control-inner-background); -fx-background-insets: 1 0 1 1; -fx-background-radius: 2 0 0 2; } ! .combo-box-base:editable:focused, ! .date-picker:focused { -fx-background-color: -fx-focus-color; -fx-background-insets: -0.2; -fx-background-radius: 3; } .combo-box-base:editable:focused > .text-field,
*** 1782,1793 **** -fx-faint-focus-color, linear-gradient(from 0px 0px to 0px 5px, derive(-fx-control-inner-background, -9%), -fx-control-inner-background); -fx-background-insets: 1 0 1 1, 1 0 1 1, 3 2 3 3; -fx-background-radius: 2 0 0 2, 1 0 0 1, 0; } ! .combo-box-base:editable:contains-focus > .arrow-button, ! .date-picker:contains-focus > .arrow-button { -fx-background-color: -fx-inner-border, -fx-body-color, -fx-faint-focus-color, -fx-body-color; -fx-background-insets: 1, 2, 1, 2.6; -fx-background-radius: 0 2 2 0, 0 1 1 0, 0 1 1 0, 0 1 1 0; } --- 1782,1793 ---- -fx-faint-focus-color, linear-gradient(from 0px 0px to 0px 5px, derive(-fx-control-inner-background, -9%), -fx-control-inner-background); -fx-background-insets: 1 0 1 1, 1 0 1 1, 3 2 3 3; -fx-background-radius: 2 0 0 2, 1 0 0 1, 0; } ! .combo-box-base:editable:focused > .arrow-button, ! .date-picker:focused > .arrow-button { -fx-background-color: -fx-inner-border, -fx-body-color, -fx-faint-focus-color, -fx-body-color; -fx-background-insets: 1, 2, 1, 2.6; -fx-background-radius: 0 2 2 0, 0 1 1 0, 0 1 1 0, 0 1 1 0; }
< prev index next >