mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -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 {
|
||||
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