Skip to content
  • This project
    • Loading...
  • Sign in

white / hcgtwo

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hcgtwo
  • src
  • main
  • resources
  • styles
  • inboundtableNew.css
  • white's avatar
    first commit · a479feb5
    white committed 2022-03-10 09:48:56 +0800
    a479feb5
inboundtableNew.css 339 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.table-view {

    -fx-text-alignment: center;
    -fx-alignment: center;

}

.table-view > .virtual-flow > .scroll-bar:vertical{
     -fx-padding: 0 0 0 0;
     -fx-pref-width:1.25em;
}
.remove-scroll .virtual-flow .scroll-bar:horizontal {
    -fx-pref-height: 0;
}
.column-header-background { visibility: hidden; -fx-padding: -1em; }