Skip to content
Snippets Groups Projects
Commit 1e316b2b authored by Goik Martin's avatar Goik Martin
Browse files

Typo

parent e7784b4e
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
-fx-effect: dropshadow( gaussian , rgba(255,255,255,0.5) , 0,0,0,1 ); -fx-effect: dropshadow( gaussian , rgba(255,255,255,0.5) , 0,0,0,1 );
} }
/* Have empty table cells disappear */ /* Let empty table cells disappear */
/* http://fxexperience.com/2011/11/alternate-row-highlighting-in-empty-tableview-and-listview-rows */ /* http://fxexperience.com/2011/11/alternate-row-highlighting-in-empty-tableview-and-listview-rows */
.table-row-cell:empty { .table-row-cell:empty {
-fx-background-color: white; -fx-background-color: white;
...@@ -40,4 +40,4 @@ ...@@ -40,4 +40,4 @@
.table-row-cell:empty .table-cell { .table-row-cell:empty .table-cell {
-fx-border-width: 0px; -fx-border-width: 0px;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment