github.com/munnerz/test-infra@v0.0.0-20190108210205-ce3d181dc989/prow/spyglass/lenses/metadata/style.css (about) 1 .test-row { 2 font-weight: bold; 3 font-size: 1.1em; 4 } 5 .mdl-data-table .metadata-header th { 6 font-size: 1.2em; 7 color: black; 8 } 9 .metadata-table { 10 height: unset; 11 padding: 0; 12 margin: 0; 13 } 14 15 .mdl-data-table { 16 background: #fff; 17 border-radius: 2px; 18 box-shadow: 0 0 4px #e0e0e0; 19 border-collapse: collapse; 20 } 21 22 .hidden { 23 visibility: collapse; 24 } 25 26 .mdl-data-table__cell--non-numeric { 27 font-family: monospace; 28 background-color: #212121; 29 color: #e8e8e8; 30 } 31 32 .mdl-data-table__cell--non-numeric.expander { 33 background-color: #333333; 34 }