Skip to content

Commit

Permalink
#150: fixes css problems
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Nov 2, 2023
1 parent 23acf9c commit 310ceec
Show file tree
Hide file tree
Showing 7 changed files with 4,702 additions and 5 deletions.
2 changes: 2 additions & 0 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</dependency>
<!-- uncomment if atlantafx is needed for enhancing css
<dependency>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-base</artifactId>
</dependency>
-->
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-javafx</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
.list-view {
-fx-border-width: 0px;
}

.list-cell {
-fx-background-color: -color-cell-bg;
-fx-text-fill: -color-cell-fg;
-fx-padding: 0;
-fx-padding: 0;
-fx-margin: 0;
-fx-border-width: 0;
-fx-border-color: transparent;
-fx-selection-bar: transparent;
-fx-background-color: transparent;
}
Expand Down
Loading

0 comments on commit 310ceec

Please sign in to comment.