-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.less
More file actions
31 lines (28 loc) · 829 Bytes
/
module.less
File metadata and controls
31 lines (28 loc) · 829 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
.iit-routeFinder {
ul {
margin: 0;
padding: 0;
list-style-type: none;
li {
list-style-type: none;
list-style: none;
border-style: solid;
padding: 6px 12px 6px 12px;
background-color:#fff;
border-bottom: 1px solid #c9c9c9;
border-right: 1px solid #c9c9c9;
}
li.hdr {
background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%);
color: #333;
padding: 6px 12px 6px 12px;
border: 0;
border-bottom: 1px solid #c9c9c9;
border-right: 1px solid #c9c9c9;
font-weight:bold;
}
li.odd {
background-color: #F2F2F2;
}
}
}