Merge pull request #56 from yaroslav4167/patch-7

CSS fixes with optional mods
This commit is contained in:
Gravit 2018-11-13 00:08:37 +07:00 committed by GitHub
commit e37dae3a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,10 +61,9 @@ .scroll-pane > .corner {
.check-box{
-fx-background-color: transparent;
-fx-text-fill:#2c2c2c;
-fx-font-size: 13;
-fx-font-size: 13px;
-fx-background-image: url('../../images/icons/checkbox.png');
-fx-background-repeat: no-repeat;
-fx-padding: 0 0 10 0;
}
.check-box .mark {
-fx-background-color: transparent;
@ -83,3 +82,13 @@ .check-box:selected .mark {
.check-box:selected .box {
-fx-background-color: transparent;
}
.description-text {
-fx-font-smoothing-type: lcd;
-fx-fill: #8c8c8c;
-fx-font-size: 12px;
}
.separator *.line {
-fx-border-color: transparent;
-fx-border-width: 0 0 10 0;
}