blob: 3021276673c2c94f7ffab5ad0aff3cdd8d66ce4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#startupPages {
border: solid 1px #999999;
height: 100px;
}
#homepageURL {
width: 100%;
}
#defaultBrowserState {
color: #880000;
}
#defaultBrowserState.current {
color: #008800;
}
|