Chromium Code Reviews| 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 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1236 | 1236 |
| 1237 object-pool-ref > a[href] { | 1237 object-pool-ref > a[href] { |
| 1238 color: #0489c3; | 1238 color: #0489c3; |
| 1239 text-decoration: none; | 1239 text-decoration: none; |
| 1240 } | 1240 } |
| 1241 | 1241 |
| 1242 object-pool-ref > a[href] * { | 1242 object-pool-ref > a[href] * { |
| 1243 color: inherit; | 1243 color: inherit; |
| 1244 } | 1244 } |
| 1245 | 1245 |
| 1246 /* object-pool-view */ | |
| 1247 | |
| 1248 object-pool-view .exadecimal { | |
|
rmacnak
2016/08/29 17:55:15
hexadecimal
cbernaschina
2016/08/29 18:13:57
Done.
| |
| 1249 font-family: monospace; | |
| 1250 } | |
| 1251 | |
| 1246 /* observatory-application */ | 1252 /* observatory-application */ |
| 1247 | 1253 |
| 1248 observatory-application { | 1254 observatory-application { |
| 1249 display: block; | 1255 display: block; |
| 1250 height: 100%; | 1256 height: 100%; |
| 1251 } | 1257 } |
| 1252 | 1258 |
| 1253 observatory-application > div { | 1259 observatory-application > div { |
| 1254 display: block; | 1260 display: block; |
| 1255 height: 100%; | 1261 height: 100%; |
| (...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1692 | 1698 |
| 1693 vm-connect-target > button.delete-button:hover { | 1699 vm-connect-target > button.delete-button:hover { |
| 1694 background: #ff0000; | 1700 background: #ff0000; |
| 1695 } | 1701 } |
| 1696 | 1702 |
| 1697 /* vm-connect */ | 1703 /* vm-connect */ |
| 1698 | 1704 |
| 1699 vm-connect ul { | 1705 vm-connect ul { |
| 1700 list-style-type: none; | 1706 list-style-type: none; |
| 1701 } | 1707 } |
| OLD | NEW |