You are here

spaces.css in Spaces 5

/* SPACES FEATURES */
table.spaces-features tr.enabled {
  background: #cf8;
  border-color:#8c4;
  }

table.spaces-features tr.disabled {
  background: #eee;
  color:#999;
  }

/* DEBUG TABLE */
table.spaces-debug th {
  font-size:10px;
  white-space:nowrap;
  }

table.spaces-debug td.spaces-value {
  text-align:center;
  }

File

spaces.css
View source
  1. /* SPACES FEATURES */
  2. table.spaces-features tr.enabled {
  3. background: #cf8;
  4. border-color:#8c4;
  5. }
  6. table.spaces-features tr.disabled {
  7. background: #eee;
  8. color:#999;
  9. }
  10. /* DEBUG TABLE */
  11. table.spaces-debug th {
  12. font-size:10px;
  13. white-space:nowrap;
  14. }
  15. table.spaces-debug td.spaces-value {
  16. text-align:center;
  17. }