Newer
Older
KeeperJerry_Launcher / Launcher / runtime / dialog / styles / common.css
@sashok724 sashok724 on 20 Apr 2017 176 bytes фиксы
@import url(button.css);
@import url(input.css);

/* Common styles */
* {
    -fx-font-family: "Open Sans", sans-serif;
}

Button, CheckBox, ComboBox {
    -fx-cursor: hand;
}