/* Copyright (c) 2017 Christopher Cromer * Copyright (c) 2017 Carlos Faúndez * * This file is part of mt. It is subject to the license terms in the LICENSE file found in the top-level directory of this distribution. * This file may not be copied, modified, propagated, or distributed except according to the terms contained in the LICENSE file. */ .text { -fx-font-family: "Arial"; -fx-font-size: 14; } .scroll-pane { -fx-background-color: transparent; } .table-view { -fx-background-color: transparent; } #tableView .table-column { -fx-alignment: CENTER; } .table-row-cell:empty { -fx-background-color: transparent; } .table-row-cell:empty .table-cell { -fx-border-width: 0px; } .list-cell:empty { -fx-background-color: transparent; }