|
@@ -947,51 +947,3 @@
|
|
|
-fx-fill: linear-gradient(to bottom, PRIMARY, transparent);
|
|
|
-fx-stroke: transparent;
|
|
|
}
|
|
|
-
|
|
|
-/*****
|
|
|
- Sanitizer Results
|
|
|
- TODO: make it pretty and copy it to dark theme
|
|
|
-****/
|
|
|
-
|
|
|
-.table-view{
|
|
|
- -fx-background-color: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.table-view:focused{
|
|
|
- -fx-background-color: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.table-view .column-header-background{
|
|
|
- -fx-background-color: linear-gradient(#131313 0%, #424141 100%);
|
|
|
-}
|
|
|
-
|
|
|
-.table-view .column-header-background .label{
|
|
|
- -fx-background-color: transparent;
|
|
|
- -fx-text-fill: white;
|
|
|
-}
|
|
|
-
|
|
|
-.table-view .column-header {
|
|
|
- -fx-background-color: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-.table-view .table-cell{
|
|
|
- -fx-text-fill: white;
|
|
|
-}
|
|
|
-
|
|
|
-.table-row-cell{
|
|
|
- -fx-background-color: #616161;
|
|
|
- -fx-background-insets: 0, 0 0 1 0;
|
|
|
- -fx-padding: 0.0em;
|
|
|
-}
|
|
|
-
|
|
|
-.table-row-cell:odd{
|
|
|
- -fx-background-color: #424242;
|
|
|
- -fx-background-insets: 0, 0 0 1 0;
|
|
|
- -fx-padding: 0.0em;
|
|
|
-}
|
|
|
-
|
|
|
-.table-row-cell:selected {
|
|
|
- -fx-background-color: #005797;
|
|
|
- -fx-background-insets: 0;
|
|
|
- -fx-background-radius: 1;
|
|
|
-}
|