mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-17 07:47:57 -04:00
parent
1935a7021d
commit
6c5d07adad
@ -106,14 +106,26 @@
|
|||||||
-fx-background-color: -fx-base-darker-color;
|
-fx-background-color: -fx-base-darker-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.memory-used:disabled {
|
||||||
|
-fx-opacity: 0.4;
|
||||||
|
}
|
||||||
|
|
||||||
.memory-allocate {
|
.memory-allocate {
|
||||||
-fx-background-color: derive(-fx-base-color, 100%);
|
-fx-background-color: derive(-fx-base-color, 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.memory-allocate:disabled {
|
||||||
|
-fx-opacity: 0.4;
|
||||||
|
}
|
||||||
|
|
||||||
.memory-total {
|
.memory-total {
|
||||||
-fx-background-color: -fx-base-rippler-color;
|
-fx-background-color: -fx-base-rippler-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.memory-total:disabled {
|
||||||
|
-fx-opacity: 0.4;
|
||||||
|
}
|
||||||
|
|
||||||
.update-label {
|
.update-label {
|
||||||
-fx-text-fill: red;
|
-fx-text-fill: red;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user