| 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 #homepageURL { | |
| 51 box-sizing: border-box; | |
| 52 padding-top: 3px; | |
| 53 width: 100%; | |
| 54 } | |
| 55 | |
| 56 #defaultSearchEngineGroup { | |
| 57 display: -webkit-box; | |
| 58 -webkit-box-orient: vertical; | |
| 59 } | |
| 60 | |
| 61 #defaultSearchEngineGroup > div { | |
| 62 display: -webkit-box; | |
| 63 -webkit-box-orient: horizontal; | |
| 64 } | |
| 65 | |
| 66 #defaultSearchEngine { | |
| 67 display: block; | |
| 68 -webkit-box-flex: 1; | |
| 69 max-width: 200px; | |
| 70 } | |
| 71 | |
| 72 #defaultSearchManageEnginesButton { | |
| 73 margin-top: 0px; | |
| 74 -webkit-margin-start: 10px; | |
| 75 } | |
| 76 | |
| 77 #defaultBrowserState { | |
| 78 margin-top: 6px; | |
| 79 } | |
| 80 | |
| 81 #instantOption { | |
| 82 margin-bottom: 3px; | |
| 83 margin-top: 10px | |
| 84 } | |
| 85 | |
| 86 #instantConfirmText { | |
| 87 font-family: inherit; | |
| 88 white-space: pre-wrap; | |
| 89 width: 500px; | |
| 90 } | |
| 91 | |
| 92 #instantConfirmLearnMore { | |
| 93 position: absolute; | |
| 94 bottom: 18px; | |
| 95 } | |
| OLD | NEW |