Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 input:invalid { | 1 input:invalid { |
| 2 background-color: #ff6666; | 2 background-color: #ff6666; |
| 3 } | 3 } |
| 4 | 4 |
| 5 .network-menu-item { | 5 .network-menu-item { |
| 6 width: 100%; | 6 width: 100%; |
| 7 } | 7 } |
| 8 | 8 |
| 9 .network-label-icon { | 9 .network-label-icon { |
| 10 -webkit-box-align: center; | 10 -webkit-box-align: center; |
| 11 display: -webkit-box; | 11 display: -webkit-box; |
| 12 min-height: 24px; | 12 min-height: 24px; |
| 13 } | 13 } |
| 14 | 14 |
| 15 .network-label { | 15 .network-label { |
| 16 -webkit-box-flex: 1; | 16 -webkit-box-flex: 1; |
| 17 } | 17 } |
| 18 | 18 |
| 19 .network-icon { | 19 .network-icon { |
| 20 border: 0; | 20 border: 0; |
| 21 } | 21 } |
| 22 | 22 |
| 23 .network-status { | 23 .network-status { |
| 24 color: grey; | 24 color: grey; |
| 25 } | 25 } |
| OLD | NEW |