-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhoverifyBootnav.css
More file actions
45 lines (42 loc) · 904 Bytes
/
hoverifyBootnav.css
File metadata and controls
45 lines (42 loc) · 904 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
36
37
38
39
40
41
42
43
44
45
/* -- GENERAL -- */
.hoverboot-wrap{
position: relative;
display: table;
margin-top: 15px;
}
ul.hoverboot{
position: relative;
z-index: 2;
}
ul.hoverboot>.active>a{
background: inherit;
border: inherit;
color: inherit;
border-radius: inherit;
}
ul.hoverboot>li>a:hover,ul.hoverboot>li.active>a:hover{
background: inherit;
border-color: transparent;
color: inherit;
}
.hoverboot-pill{
position: absolute;
z-index: 1;
margin-left: 2px;
}
/* -- EFFECTS -- */
/* CADRE EFFECT */
ul.hoverboot.hoverboot-cadre + .hoverboot-pill{
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
ul.nav-stacked.hoverboot.hoverboot-cadre + .hoverboot-pill{
background-color: #fff;
border: 1px solid #ddd;
}
/* PILLS EFFECT */
ul.hoverboot.hoverboot-pills + .hoverboot-pill{
background-color: #337ab7;
border-radius: 4px;
}