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

Fix list view hover color

parent 07e0cc60
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
<HBox maxWidth="1.7976931348623157E308" spacing="14.0" VBox.vgrow="ALWAYS">
<children>
<ListView fx:id="logList" maxWidth="1.7976931348623157E308" prefHeight="200.0" prefWidth="300.0"
HBox.hgrow="ALWAYS"/>
HBox.hgrow="ALWAYS" styleClass="dark-list"/>
<VBox maxWidth="1.7976931348623157E308" spacing="14.0" HBox.hgrow="ALWAYS">
<children>
<Button fx:id="exportButton" maxWidth="1.7976931348623157E308" mnemonicParsing="false"
......
......@@ -65,14 +65,14 @@
.list-cell:filled:hover {
-fx-background-color: -fx-hover-base;
-fx-text-fill: -fx-text-inner-color;
-fx-text-fill: $component-text-color;
}
.list-view:focused .list-cell:filled:focused:hover {
-fx-background-color: derive(-fx-hover-base, -50%);
-fx-background-insets: 0, 1, 2;
-fx-text-fill: -fx-text-inner-color;
-fx-text-fill: $component-text-color;
}
.list-view:horizontal .list-cell:filled:selected, .list-view:horizontal .list-cell:filled:selected:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment