spaces.css in Spaces 5
Same filename and directory in other branches
/* 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.cssView source
- /* 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;
- }