mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Workaround to make invisible buttons clickable on IE
This commit is contained in:
parent
d106c12aa2
commit
30a25e1de4
1 changed files with 7 additions and 0 deletions
|
@ -369,3 +369,10 @@ div.mochaToolbarWrapper.bottom {
|
||||||
#clock {
|
#clock {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Workaround to make invisible buttons clickable */
|
||||||
|
.mochaMinimizeButton.replaced,
|
||||||
|
.mochaMaximizeButton.replaced,
|
||||||
|
.mochaCloseButton.replaced {
|
||||||
|
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue