mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 13:04:23 +00:00
Remove hack for outdated IE 6 browser
The `mask()` isn't valid in CSS.
This commit is contained in:
parent
610009fb7f
commit
f12ce78b5c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user