search fixes
This commit is contained in:
parent
b35f0550e5
commit
a3c97ddb7c
6 changed files with 12 additions and 12 deletions
|
@ -20,7 +20,7 @@
|
|||
left: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(0, 0, 0, .85);
|
||||
z-index: 999;
|
||||
z-index: 998;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -1035,7 +1035,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
right: 2px;
|
||||
bottom: 5px;
|
||||
width: 27px;
|
||||
z-index: 1000;
|
||||
z-index: 999;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
display: none;
|
||||
|
@ -1080,7 +1080,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
right: 0;
|
||||
height: 55px;
|
||||
background-color: rgba(0, 0, 0, .85);
|
||||
z-index: 1000;
|
||||
z-index: 999;
|
||||
text-align: center;
|
||||
padding: 1em;
|
||||
}
|
||||
|
@ -1387,7 +1387,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
.listItem a + a {
|
||||
background-color: transparent !important;
|
||||
z-index: 1000;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.ui-page-theme-a .listItem:hover a {
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
position: fixed;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
z-index: 999;
|
||||
top: 0;
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
|
@ -128,7 +128,7 @@
|
|||
right: 0;
|
||||
left: 0;
|
||||
top: 50px;
|
||||
z-index: 1000;
|
||||
z-index: 999;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 1000;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.chapterMenu {
|
||||
|
@ -33,7 +33,7 @@
|
|||
background-color: rgba(0,0,0,.9);
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
z-index: 1001;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.chapterMenuInner {
|
||||
|
|
|
@ -185,7 +185,7 @@
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 1001;
|
||||
z-index: 1000;
|
||||
border: 0 !important;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
|
|
@ -316,7 +316,7 @@ h1 .imageLink {
|
|||
}
|
||||
|
||||
.content-secondary {
|
||||
z-index: 1000;
|
||||
z-index: 999;
|
||||
border: 0;
|
||||
display: none;
|
||||
text-align: left;
|
||||
|
@ -909,7 +909,7 @@ progress {
|
|||
height: 7px;
|
||||
width: 100%;
|
||||
opacity: .95;
|
||||
z-index: 1000;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.activeDevicesCollapsible .ui-collapsible-content {
|
||||
|
@ -958,7 +958,7 @@ progress {
|
|||
height: 5px;
|
||||
width: 100%;
|
||||
opacity: .9;
|
||||
z-index: 1000;
|
||||
z-index: 999;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue