Archived
0
This repository has been archived on 2022-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
Files
trader/client/ext-resources/all/conf_/style.css
2014-07-16 16:38:48 +04:00

12 lines
129 B
CSS

.good .diff {
-fx-fill: green;
-fx-font-weight: bold;
}
.bad .diff {
-fx-fill: blue;
-fx-font-weight: bold;
}