makes BD button look "naturally built in"
This commit is contained in:
parent
fb0326d371
commit
722af5cec6
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
.bd-settings-button {
|
.bd-settings-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 90001;
|
z-index: 1;
|
||||||
top: 22px;
|
top: 22px;
|
||||||
width: 70px;
|
width: 70px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
|
@ -65,6 +65,7 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
z-index: 90000;
|
||||||
/*transform: translateY(-150%);*/
|
/*transform: translateY(-150%);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -91,4 +92,4 @@
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue