Aggiunto funzione popover al testo
This commit is contained in:
parent
c51c98d8c3
commit
c51380e42e
|
@ -89,18 +89,37 @@ Minimap
|
||||||
|
|
||||||
.minimap__content {
|
.minimap__content {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
left: 0;
|
||||||
left: 0;
|
width:100%;
|
||||||
|
height: 100%;
|
||||||
width:100%;
|
z-index: -1;
|
||||||
|
transform-origin: 0 0;
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
z-index: -1;
|
|
||||||
|
|
||||||
transform-origin: 0 0;
|
|
||||||
|
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* on mouseOver classes */
|
||||||
|
|
||||||
|
.Nik_dropdown {
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Nik_dropdown-content {
|
||||||
|
display: none;
|
||||||
|
position: absolute;
|
||||||
|
top: -60px;
|
||||||
|
left: 50px;
|
||||||
|
background-color: rgb(252, 252, 252);
|
||||||
|
min-width: 270px;
|
||||||
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||||
|
padding: 8px 8px;
|
||||||
|
color:red;
|
||||||
|
font-size: 10;
|
||||||
|
z-index: 1;
|
||||||
|
float: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Nik_dropdown:hover .Nik_dropdown-content {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
1256
js/cesareBrowse.js
1256
js/cesareBrowse.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue