OLD | NEW |
| (Empty) |
1 #startupPageManagement.settings-list > :last-child { | |
2 border-top: 1px solid #d9d9d9; | |
3 padding: 5px 10px; | |
4 } | |
5 | |
6 #startupPagesList { | |
7 min-height: 64px; | |
8 } | |
9 | |
10 #startupPagesList .title { | |
11 width: 40%; | |
12 } | |
13 | |
14 #startupPagesList .url { | |
15 -webkit-box-flex: 1; | |
16 color: #666; | |
17 } | |
18 | |
19 #startupPagesList > * { | |
20 max-width: 700px; | |
21 } | |
22 | |
23 #startupPagesListDropmarker { | |
24 background-clip: padding-box; | |
25 background-color: hsl(214, 91%, 65%); | |
26 border-bottom-color: transparent; | |
27 border-radius: 0; | |
28 border-top-color: transparent; | |
29 border: 2px solid hsl(214, 91%, 65%); | |
30 box-sizing: border-box; | |
31 display: none; | |
32 height: 6px; | |
33 overflow: hidden; | |
34 pointer-events: none; | |
35 position: fixed; | |
36 z-index: 10; | |
37 } | |
38 | |
39 #customHomePageGroup { | |
40 display: -webkit-box; | |
41 -webkit-box-orient: horizontal; | |
42 } | |
43 | |
44 #customHomePageGroup > :last-child { | |
45 -webkit-margin-start: 1ex; | |
46 -webkit-box-flex: 1; | |
47 position: relative; | |
48 } | |
49 | |
50 #customHomePageGroup > div.radio { | |
51 margin-top: 0; | |
52 } | |
53 | |
54 #homepageURL { | |
55 box-sizing: border-box; | |
56 margin-top: -4px; | |
57 width: 100%; | |
58 } | |
59 | |
60 #defaultSearchEngineGroup { | |
61 display: -webkit-box; | |
62 -webkit-box-orient: vertical; | |
63 } | |
64 | |
65 #defaultSearchEngineGroup > div { | |
66 display: -webkit-box; | |
67 -webkit-box-orient: horizontal; | |
68 } | |
69 | |
70 #defaultSearchEngine { | |
71 display: block; | |
72 -webkit-box-flex: 1; | |
73 max-width: 200px; | |
74 } | |
75 | |
76 #defaultSearchManageEnginesButton { | |
77 margin-top: 0; | |
78 -webkit-margin-start: 10px; | |
79 } | |
80 | |
81 #defaultBrowserState { | |
82 margin-top: 6px; | |
83 } | |
84 | |
85 #instantOption { | |
86 margin-bottom: 3px; | |
87 margin-top: 10px | |
88 } | |
89 | |
90 #instantConfirmText { | |
91 font-family: inherit; | |
92 white-space: pre-wrap; | |
93 width: 500px; | |
94 } | |
95 | |
96 #instantConfirmLearnMore { | |
97 position: absolute; | |
98 bottom: 18px; | |
99 } | |
OLD | NEW |