mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Remove hack for outdated IE 6 browser
The `mask()` isn't valid in CSS.
This commit is contained in:
@@ -192,7 +192,7 @@ div.mochaToolbarWrapper.bottom {
|
|||||||
.zIndexFix {
|
.zIndexFix {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
display: block;
|
display: block;
|
||||||
filter: mask();
|
/*filter: mask();*/
|
||||||
height: 100px;
|
height: 100px;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user