mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
Merge pull request #56 from yaroslav4167/patch-7
CSS fixes with optional mods
This commit is contained in:
commit
e37dae3a0d
1 changed files with 11 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue