mirror of https://github.com/morpheus65535/bazarr
Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
commit
c002542beb
|
@ -33,6 +33,9 @@
|
|||
opacity: 0.45 !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
[data-tooltip]:after {
|
||||
z-index: 2;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -40,7 +40,10 @@
|
|||
width: 640px;
|
||||
height: 480px;
|
||||
margin: 20px;
|
||||
}
|
||||
}
|
||||
[data-tooltip]:after {
|
||||
z-index: 2;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue