z-index arrange corrected
This commit is contained in:
parent
33010096fc
commit
9c06184844
10
style.css
10
style.css
|
@ -72,7 +72,7 @@ a:hover {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:-10px;
|
top:-10px;
|
||||||
left:0;
|
left:0;
|
||||||
z-index:10001;
|
z-index:1001;
|
||||||
}
|
}
|
||||||
.row::after {
|
.row::after {
|
||||||
width:120px;
|
width:120px;
|
||||||
|
@ -83,7 +83,7 @@ a:hover {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:-10px;
|
top:-10px;
|
||||||
right:0;
|
right:0;
|
||||||
z-index:10001;
|
z-index:1001;
|
||||||
}
|
}
|
||||||
.col-777 {
|
.col-777 {
|
||||||
max-width:777px;
|
max-width:777px;
|
||||||
|
@ -126,7 +126,7 @@ a:hover {
|
||||||
left:0;
|
left:0;
|
||||||
width:100%;
|
width:100%;
|
||||||
background:rgba(0, 0, 0, 0.7);
|
background:rgba(0, 0, 0, 0.7);
|
||||||
z-index:10000;
|
z-index:1003;
|
||||||
}
|
}
|
||||||
.header ul {
|
.header ul {
|
||||||
max-width:900px;
|
max-width:900px;
|
||||||
|
@ -153,7 +153,7 @@ a:hover {
|
||||||
width:100%;
|
width:100%;
|
||||||
padding:6px 0;
|
padding:6px 0;
|
||||||
background:rgba(252, 212, 177, 0.7);
|
background:rgba(252, 212, 177, 0.7);
|
||||||
z-index:10000;
|
z-index:1000;
|
||||||
}
|
}
|
||||||
.searchbar form {
|
.searchbar form {
|
||||||
margin:0;
|
margin:0;
|
||||||
|
@ -367,7 +367,7 @@ a:hover {
|
||||||
top:-10px;
|
top:-10px;
|
||||||
left:-16px;
|
left:-16px;
|
||||||
width:278px;
|
width:278px;
|
||||||
z-index:1000;
|
z-index:1002;
|
||||||
border:1px #002b3e solid;
|
border:1px #002b3e solid;
|
||||||
border-radius:7px;
|
border-radius:7px;
|
||||||
-webkit-box-shadow:10px 10px 60px 0px rgba(0,0,0,0.75);
|
-webkit-box-shadow:10px 10px 60px 0px rgba(0,0,0,0.75);
|
||||||
|
|
Loading…
Reference in New Issue