OLD | NEW |
1 #startupPages { | 1 #startupPages { |
2 border: solid 1px #999999; | 2 border: solid 1px #999999; |
3 height: 100px; | 3 height: 100px; |
4 } | 4 } |
5 | 5 |
6 #homepageURL { | 6 #homepageURL { |
7 width: 100%; | 7 width: 100%; |
8 } | 8 } |
9 | 9 |
10 #defaultSearchEngineGroup { | 10 #defaultSearchEngineGroup { |
11 display: -webkit-box; | 11 display: -webkit-box; |
| 12 -webkit-box-orient: vertical; |
| 13 } |
| 14 |
| 15 #defaultSearchEngineGroup > div { |
| 16 display: -webkit-box; |
| 17 -webkit-box-orient: horizontal; |
12 } | 18 } |
13 | 19 |
14 #defaultSearchEngine { | 20 #defaultSearchEngine { |
15 display: block; | 21 display: block; |
16 -webkit-box-flex: 1; | 22 -webkit-box-flex: 1; |
17 } | 23 } |
18 | 24 |
19 #defaultSearchManageEnginesButton { | 25 #defaultSearchManageEnginesButton { |
20 margin-top: 0px; | 26 margin-top: 0px; |
21 -webkit-margin-start: 10px; | 27 -webkit-margin-start: 10px; |
22 } | 28 } |
23 | 29 |
| 30 #instantOption { |
| 31 margin-bottom: 0px; |
| 32 } |
| 33 |
24 #defaultBrowserState { | 34 #defaultBrowserState { |
25 color: #880000; | 35 color: #880000; |
26 } | 36 } |
27 | 37 |
28 #defaultBrowserState.current { | 38 #defaultBrowserState.current { |
29 color: #008800; | 39 color: #008800; |
30 } | 40 } |
OLD | NEW |