-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathstyles.css
More file actions
79 lines (66 loc) · 1.23 KB
/
Copy pathstyles.css
File metadata and controls
79 lines (66 loc) · 1.23 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
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
.corerank {
color: #C71585;
}
h2 .evtname {
color: #4393d5 !important;
font-size: 1.3em !important;
}
.past {
opacity: 0.5;
}
.search-row {
margin-top: 16px;
margin-bottom: 4px;
}
.search-bar .input-group-addon {
background: #fff;
border-right: none;
color: #007bff;
font-size: 14px;
}
.search-bar .form-control {
border-left: none;
box-shadow: none;
font-size: 14px;
}
.search-bar .form-control:focus {
border-color: #007bff;
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.12);
}
.search-bar .input-group-btn .btn {
border-left: none;
color: #aaa;
box-shadow: none;
height: 34px;
padding-top: 6px;
padding-bottom: 6px;
font-size: 14px;
line-height: 1.42857;
}
.search-bar .input-group-btn .btn:hover {
color: #555;
background: #f8f9fa;
}
.sort-label {
margin-left: 10px;
margin-right: 5px;
vertical-align: middle;
}
.sort-btn {
border-radius: 0 !important;
margin-left: -1px;
}
.sort-btn[data-sort="deadline"] {
border-radius: 4px 0 0 4px !important;
margin-left: 0;
}
.sort-btn[data-sort="event-date"] {
border-radius: 0 4px 4px 0 !important;
}
.sort-btn.active-sort {
background-color: #337ab7;
color: #fff;
border-color: #2e6da4;
z-index: 1;
position: relative;
}