Chromium Code Reviews| Index: chrome/browser/resources/options/chromeos_internet_options_page.css |
| =================================================================== |
| --- chrome/browser/resources/options/chromeos_internet_options_page.css (revision 74823) |
| +++ chrome/browser/resources/options/chromeos_internet_options_page.css (working copy) |
| @@ -193,8 +193,9 @@ |
| #detailsInternetPage[cellplanloading] .plan-details-info, |
| #detailsInternetPage[cellplanloading] > * > #buyplanDetails, |
| #detailsInternetPage[cellplanloading] #planList, |
| -#detailsInternetPage[activated] > * > #activateDetails, |
| -#detailsInternetPage:not([activated]) > * > #buyplanDetails, |
| +#detailsInternetPage[cellplanloading] > * > #buyplanDetails, |
|
Charlie Lee
2011/02/14 20:50:32
Is this line a copy & paster error?
zel
2011/02/17 00:56:05
I have removed most selectors related to these two
|
| +#detailsInternetPage:not([showactivate]) > * > #activateDetails, |
| +#detailsInternetPage:not([showbuy]) > * > #buyplanDetails, |
| #detailsInternetPage:not([activated]) > * > #detailsInternetLogin, |
| #detailsInternetPage[hascellplan] .plan-loading-info, |
| #detailsInternetPage[hascellplan] .no-plan-info, |