Improved general appearance of Envoy
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
.button {
|
||||
-fx-background-radius: 5em;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
-fx-scale-x: 1.05;
|
||||
-fx-scale-y: 1.05;
|
||||
}
|
||||
|
@ -1,4 +1,27 @@
|
||||
.button{
|
||||
-fx-background-color: rgb(105,0,153);
|
||||
* {
|
||||
-fx-text-fill: white;
|
||||
}
|
||||
|
||||
.root {
|
||||
-fx-background-color: black;
|
||||
}
|
||||
|
||||
.button {
|
||||
-fx-background-color: rgb(105.0,0.0,153.0);
|
||||
}
|
||||
|
||||
.button:pressed {
|
||||
-fx-background-color: darkgray;
|
||||
}
|
||||
|
||||
.button:disabled {
|
||||
-fx-background-color: lightgray;
|
||||
}
|
||||
|
||||
.list-view, .list-cell, .label, .text-area .content, .tooltip, .pane, .pane .content, .vbox, .titled-pane > .title, .titled-pane > *.content {
|
||||
-fx-background-color: dimgray;
|
||||
}
|
||||
|
||||
.alert.information.dialog-pane, .alert.warning.dialog-pane, .alert.error.dialog-pane {
|
||||
-fx-background-color: black;
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
.button{
|
||||
-fx-background-color: snow;
|
||||
-fx-background-color: orangered;
|
||||
}
|
||||
|
Reference in New Issue
Block a user