summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/browser_options_page.css
blob: b2c1f27be9b8deb397b184c1f6b7db500e947db1 (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
#startupPages {
  border: solid 1px #999999;
  height: 100px;
}

#homepageURL {
  width: 100%;
}

#defaultSearchEngineGroup {
  display: -webkit-box;
}

#defaultSearchEngine {
  display: block;
  -webkit-box-flex: 1;
}

#defaultSearchManageEnginesButton {
  margin-top: 0px;
  -webkit-margin-start: 10px;
}

#defaultBrowserState {
  color: #880000;
}

#defaultBrowserState.current {
  color: #008800;
}