-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
35 lines (30 loc) · 932 Bytes
/
Copy pathstyle.css
File metadata and controls
35 lines (30 loc) · 932 Bytes
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
.header {
background-color: #f5f5f5 !important;
border-bottom: 1px solid #e5e5e5 !important;
}
.header .header-logo-wordmark,
.header .header-logo-invertocat,
.header .header-nav-link {
color: #555 !important;
}
.header .header-nav-link:hover .dropdown-caret,
.header .header-nav-link:focus .dropdown-caret {
border-top-color: #4078c0 !important;
}
.header .header-search-wrapper {
background-color: #fff !important;
box-shadow: inset 0 1px 2px rgba(0,0,0,0.075) !important;
border: 1px solid #ddd !important;
color: #333 !important;
}
.header .header-search-scope {
color: #767676 !important;
border-right: 1px solid #eee !important;
}
.header .notification-indicator .mail-status {
border: 2px solid #f3f3f3;
}
::-webkit-input-placeholder { color:#999 !important; }
::-moz-placeholder { color:#999 !important; }
:-ms-input-placeholder { color:#999 !important; }
::placeholder { color:#999 !important; }