Skip to content
Snippets Groups Projects
Commit b7f3439a authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Remove list border

parent b87596eb
Branches
Tags
No related merge requests found
......@@ -9,6 +9,10 @@
src: url("Lato/Lato-Bold.ttf");
}
/**
Default elements
*/
.root {
-fx-base: rgb(20, 20, 20);
-fx-font-family: Lato sans-serif;
......@@ -40,6 +44,31 @@
-fx-background-color: #EEEEEE;
}
.list {
-fx-focus-color: transparent;
-fx-faint-focus-color: transparent;
-fx-background-insets: 0;
-fx-padding: 0;
}
.tool-bar {
-fx-background-color: #333333;
-fx-border-width: 1px 0 1px 0;
-fx-border-color: #222222;
}
.menu-bar {
-fx-background-color: #333333;
}
.fonticon {
-fx-text-fill: white;
}
/**
PlayPad Elements
*/
/*noinspection CssInvalidPseudoSelector*/
.pad:drag {
-fx-opacity: 0.8;
......@@ -105,26 +134,6 @@
-fx-text-fill: lightgray;
}
/* Needed ? */
.font-icon:selected {
-fx-text-fill: red;
}
.fonticon {
-fx-text-fill: white;
/*-fx-effect: dropshadow(gaussian, rgba(0, 0, 0, 0.5), 4, 0.1, 1, 1);*/
}
.tool-bar {
-fx-background-color: #333333;
-fx-border-width: 1px 0 1px 0;
-fx-border-color: #222222;
}
.menu-bar {
-fx-background-color: #333333;
}
.current-page-button {
-fx-background-color: #dbdbdb;
-fx-text-fill: #333333;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment