1 .gwt-ScrollTable { 2 border-color: #aaa; 3 border-style: solid; 4 border-width: 1px 0px 1px 1px; 5 } 6 7 .gwt-ScrollTable .headerWrapper { 8 background: #8bd; 9 } 10 11 .gwt-ScrollTable .footerWrapper { 12 border-top: 1px solid #aaa; 13 background: #8bd; 14 } 15 16 .gwt-ScrollTable .dataTable td, 17 .gwt-ScrollTable .headerTable td, 18 .gwt-ScrollTable .footerTable td { 19 border-color: #aaa; 20 border-style: solid; 21 border-width: 0px 1px 1px 0px; 22 white-space: nowrap; 23 overflow: hidden; 24 } 25 26 .gwt-ScrollTable .headerTable td, 27 .gwt-ScrollTable .footerTable td { 28 color: #fff; 29 } 30 31 .gwt-ScrollTable .dataTable tr.highlighted { 32 background: #C3D9FF; 33 } 34 35 .gwt-ScrollTable .dataTable td.highlighted { 36 background: #FFFFAA; 37 cursor: hand; 38 cursor: pointer; 39 } 40 41 .gwt-ScrollTable .dataTable tr.selected td { 42 background: #7AA5D6; 43 } 44