-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaultTheme.css
81 lines (69 loc) · 1.46 KB
/
defaultTheme.css
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[main],
[drawer]{
background-color: #fafafa;
}
paper-icon-button.siteSearchGPSNarrowOn,
paper-icon-button.siteSearchGPSOn{
background-color:#fafafa !important;
color:#304ffe !important;
}
paper-icon-button.siteSearchGPSNarrowOn span,
paper-icon-button.siteSearchGPSOn span{
color:#304ffe !important;
}
paper-icon-button.siteSearchGPSNarrowOn::shadow span,
paper-icon-button.siteSearchGPSOn::shadow span{
color:#304ffe !important;
}
#searchInputCategory ,
#siteSearchNarrow,
#siteSearch,
#searchInput,
#searchInputNarrow,
#searchInputCategoryNarrow ,
#divAdvanceSearchFilter{
background-color: #fafafa;
}
[mainHeader] {
background-color: #304ffe;
}
#divContainerNarrowSearch {
background-color: #304ffe;
}
[drawer] {
box-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
}
#searchInputNarrow > input,
#siteSearchNarrow,
#siteSearch{
color:#212121;
}
#searchInputNarrow::shadow > input,
#menuFilterSearch::shadow span,
#siteSearchGPSNarrow::shadow span,
#siteSearchGPS::shadow span{
color:#fafafa;
}
[mainHeader] {
color:#fafafa;
}
#menuFilterSearch span,
#menuFilterSearch,
#siteSearchGPSNarrow span
#siteSearchGPS span,
#siteSearchGPSNarrow,
#siteSearchGPS {
color:#fafafa;
}
.searchInputCategoryItem:not(.core-selected),
.searchInputCategoryItem:not(.core-selected):hover{
color:#cccccc;
}
#searchInputCategoryNarrow,
#searchInputCategory {
color:#cccccc;
}
#searchInputCategoryNarrow,
#searchInputCategory {
border-left: solid 1px #cccccc;
}