-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlight.css
More file actions
53 lines (44 loc) · 1.29 KB
/
light.css
File metadata and controls
53 lines (44 loc) · 1.29 KB
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
.header {
background-color: #f5f5f5 !important;
color: #333 !important;
border-bottom: 1px solid #eee !important;
}
.header .header-logo-wordmark, .header .header-logo-invertocat {
color: #555 !important;
}
.header .header-nav-link {
color: #555 !important;
}
.header .header-nav-link:hover, .header .header-nav-link:focus {
color: #333 !important;
}
.header-nav-link:hover .dropdown-caret, .header-nav-link:focus .dropdown-caret {
border-top-color: #333 !important;
}
.header .notification-indicator:hover .mail-status {
background-color: #4078c0 !important;
}
.header .notification-indicator .mail-status {
border-color: #f3f3f3 !important;
}
.header .form-control, .header .form-select {
color: #333 !important;
outline: none !important;
}
.header .header-search-input::-webkit-input-placeholder {
color: #767676 !important;
}
.header .header-search-wrapper {
background-color: #fff !important;
background-repeat: no-repeat !important;
background-position: right 8px center !important;
border: 1px solid #ddd !important;
border-radius: 3px !important;
}
.header .header-search-scope {
font-size: 12px !important;
color: #767676 !important;
border-right: 1px solid #eee !important;
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important;
}