| OLD | NEW |
| 1 #aboutPage { | 1 #aboutPage { |
| 2 -webkit-user-select: text; | 2 -webkit-user-select: text; |
| 3 } | 3 } |
| 4 | 4 |
| 5 .loading { | 5 .loading { |
| 6 font-style: italic; | 6 font-style: italic; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #channelSelect { | 9 #channelSelect { |
| 10 margin-bottom: 5px; | 10 margin-bottom: 5px; |
| 11 } | 11 } |
| 12 | 12 |
| 13 #channelWarning { | 13 #channelWarning { |
| 14 color: red; | 14 color: red; |
| 15 font-weight: bold; | 15 font-weight: bold; |
| 16 } | 16 } |
| 17 | 17 |
| 18 .update-icon { | 18 .update-icon { |
| 19 width: 17px; | 19 width: 17px; |
| 20 height: 17px; | 20 height: 17px; |
| 21 display: inline-block; | 21 display: inline-block; |
| 22 vertical-align: middle; | 22 vertical-align: text-top; |
| 23 background-repeat: no-repeat; | 23 background-repeat: no-repeat; |
| 24 } | 24 } |
| 25 | 25 |
| 26 .update-icon.fail { | 26 .update-icon.fail { |
| 27 background-image: url('../../../app/theme/update_fail.png'); | 27 background-image: url('../../../app/theme/update_fail.png'); |
| 28 } | 28 } |
| 29 .update-icon.available { | 29 .update-icon.available { |
| 30 background-image: url('../../../app/theme/update_available.png'); | 30 background-image: url('../../../app/theme/update_available.png'); |
| 31 } | 31 } |
| 32 .update-icon.up-to-date { | 32 .update-icon.up-to-date { |
| 33 background-image: url('../../../app/theme/update_uptodate.png'); | 33 background-image: url('../../../app/theme/update_uptodate.png'); |
| 34 } | 34 } |
| OLD | NEW |