1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-09 20:01:08 +00:00

Workaround to make invisible buttons clickable on IE

This commit is contained in:
Gabriele 2014-11-05 23:00:00 +01:00
parent d106c12aa2
commit 30a25e1de4

View File

@ -369,3 +369,10 @@ div.mochaToolbarWrapper.bottom {
#clock {
background: #fff;
}
/* Workaround to make invisible buttons clickable */
.mochaMinimizeButton.replaced,
.mochaMaximizeButton.replaced,
.mochaCloseButton.replaced {
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
}