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