summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/add_startup_page_overlay.css
blob: 54d367e5c84e270f3c72748741c979ba4472dade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#addStartupPageOverlay {
  width: 500px;
}

#addURLBlock {
  display: -webkit-box;
  margin: 1ex 0 2ex 0;
}

#addURLBlock > * {
  display: block;
}

#addURLBlock > span {
  padding-top: 4px;
}

#addStartupPageURL {
  -webkit-box-flex: 1;
}

#addStartupRecentPageList .url {
  display: none;
  color: hsl(0, 0%, 70%);
  -webkit-padding-start: 3ex;
}

#addStartupRecentPageList > :hover > .url,
#addStartupRecentPageList > [selected] > .url {
  display: inline;
}

#addStartupPageOverlay .button-strip {
  margin-top: 2ex;
}