ui: Fix quick view tooltip loading overlay offset (#3407)

Fixed the styling of the quick view tooltip loading overlay. Before it would have a top offset to the quick view tooltip and stick out of the tooltip. Afterwards it just overlays the tooltip.
This commit is contained in:
Nico Wohlfarth 2019-06-18 10:28:14 +02:00 committed by Rohit Yadav
parent 068fa3dc16
commit 0886c0c636
2 changed files with 2 additions and 6 deletions

View File

@ -1505,10 +1505,7 @@ div.list-view td.state.notsuitable-storage-migration-required span {
.quick-view-tooltip .loading-overlay {
opacity: 0.35;
top: 94px;
left: 1px;
/*+opacity:35%;*/
height: 57px;
filter: alpha(opacity=35);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
-moz-opacity: 0.35;
@ -1516,6 +1513,7 @@ div.list-view td.state.notsuitable-storage-migration-required span {
.quick-view-tooltip .container {
display: inline-block;
position: relative;
width: 471px;
height: auto;
min-height: 100px;

View File

@ -42,10 +42,7 @@
.quick-view-tooltip .loading-overlay {
opacity: 0.35;
top: 94px;
left: 1px;
/*+opacity:35%;*/
height: 57px;
filter: alpha(opacity=35);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
-moz-opacity: 0.35;
@ -53,6 +50,7 @@
.quick-view-tooltip .container {
display: inline-block;
position: relative;
width: 471px;
height: auto;
min-height: 100px;