| OLD | NEW |
| 1 /* Global styles */ | 1 /* Global styles */ |
| 2 * { | 2 * { |
| 3 margin: 0; | 3 margin: 0; |
| 4 padding: 0; | 4 padding: 0; |
| 5 font: 400 14px 'Montserrat', sans-serif; | 5 font: 400 14px 'Montserrat', sans-serif; |
| 6 color: #333; | 6 color: #333; |
| 7 box-sizing: border-box; | 7 box-sizing: border-box; |
| 8 } | 8 } |
| 9 | 9 |
| 10 body { | 10 body { |
| (...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1251 | 1251 |
| 1252 object-pool-ref > a[href] { | 1252 object-pool-ref > a[href] { |
| 1253 color: #0489c3; | 1253 color: #0489c3; |
| 1254 text-decoration: none; | 1254 text-decoration: none; |
| 1255 } | 1255 } |
| 1256 | 1256 |
| 1257 object-pool-ref > a[href] * { | 1257 object-pool-ref > a[href] * { |
| 1258 color: inherit; | 1258 color: inherit; |
| 1259 } | 1259 } |
| 1260 | 1260 |
| 1261 /* object-pool-view */ |
| 1262 |
| 1263 object-pool-view .hexadecimal { |
| 1264 font-family: monospace; |
| 1265 } |
| 1266 |
| 1261 /* observatory-application */ | 1267 /* observatory-application */ |
| 1262 | 1268 |
| 1263 observatory-application { | 1269 observatory-application { |
| 1264 display: block; | 1270 display: block; |
| 1265 height: 100%; | 1271 height: 100%; |
| 1266 } | 1272 } |
| 1267 | 1273 |
| 1268 observatory-application > div { | 1274 observatory-application > div { |
| 1269 display: block; | 1275 display: block; |
| 1270 height: 100%; | 1276 height: 100%; |
| (...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1707 | 1713 |
| 1708 vm-connect-target > button.delete-button:hover { | 1714 vm-connect-target > button.delete-button:hover { |
| 1709 background: #ff0000; | 1715 background: #ff0000; |
| 1710 } | 1716 } |
| 1711 | 1717 |
| 1712 /* vm-connect */ | 1718 /* vm-connect */ |
| 1713 | 1719 |
| 1714 vm-connect ul { | 1720 vm-connect ul { |
| 1715 list-style-type: none; | 1721 list-style-type: none; |
| 1716 } | 1722 } |
| OLD | NEW |