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

/* Label */
#overlay > #description {
    -fx-font-size: 12pt;
    -fx-wrap-text: true;
}

#overlay > #description.error {
    -fx-text-fill: red;
}