Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 .search-engine-list > div { | 1 .search-engine-list > div { |
| 2 display: -webkit-box; | 2 display: -webkit-box; |
| 3 } | 3 } |
| 4 | 4 |
| 5 .search-engine-list .favicon { | 5 .search-engine-list .favicon { |
| 6 padding: 1px 7px 0px 7px; | 6 padding: 1px 7px 0px 7px; |
| 7 height: 16px; | 7 height: 16px; |
| 8 } | 8 } |
| 9 | 9 |
| 10 .search-engine-list .name-column { | 10 .search-engine-list .name-column { |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 53 .search-engine-list .url-column button { | 53 .search-engine-list .url-column button { |
| 54 -webkit-margin-start: 3px; | 54 -webkit-margin-start: 3px; |
| 55 background: #8aaaed; | 55 background: #8aaaed; |
| 56 color: #fff; | 56 color: #fff; |
| 57 margin-top: 0; | 57 margin-top: 0; |
| 58 } | 58 } |
| 59 | 59 |
| 60 .search-engine-list > :not(:hover):not([editing]) .url-column button { | 60 .search-engine-list > :not(:hover):not([editing]) .url-column button { |
| 61 display: none; | 61 display: none; |
| 62 } | 62 } |
| 63 | |
| 64 #extensionKeywordListTitle { | |
| 65 visibility: hidden; | |
|
James Hawkins
2011/07/11 04:04:33
Use the hidden attribute in the HTML.
Greg Billock
2011/07/11 21:24:25
Done.
| |
| 66 } | |
| 67 | |
| 68 #extensionKeywordList { | |
| 69 visibility: hidden; | |
| 70 } | |
| 71 | |
| 72 #manageExtensionLink { | |
| 73 visibility: hidden; | |
| 74 } | |
| 75 | |
| 63 /* End temporary Make Default button styling */ | 76 /* End temporary Make Default button styling */ |
| OLD | NEW |