remove HumiBlur from QR chain menus
This commit is contained in:
parent
0b9555234e
commit
55607ee847
|
@ -48,8 +48,8 @@
|
||||||
|
|
||||||
|
|
||||||
.ctx-blocker {
|
.ctx-blocker {
|
||||||
backdrop-filter: blur(1px);
|
/* backdrop-filter: blur(1px); */
|
||||||
background-color: rgba(0 0 0 / 10%);
|
/* background-color: rgba(0 0 0 / 10%); */
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -57,38 +57,47 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ctx-menu {
|
.ctx-menu {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group .list-group-item.ctx-header {
|
.list-group .list-group-item.ctx-header {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ctx-item+.ctx-header {
|
.ctx-item+.ctx-header {
|
||||||
border-top: 1px solid;
|
border-top: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ctx-item {
|
.ctx-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ctx-expander {
|
.ctx-expander {
|
||||||
border-left: 1px solid;
|
border-left: 1px solid;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 2em;
|
width: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ctx-expander:hover {
|
.ctx-expander:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ctx-sub-menu {
|
.ctx-sub-menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 100%;
|
left: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1000px) {
|
@media screen and (max-width: 1000px) {
|
||||||
.ctx-blocker {
|
.ctx-blocker {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group .list-group-item.ctx-item {
|
.list-group .list-group-item.ctx-item {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue