Hearthstone Update – July 26, 2016
Posted on 26 July 2016
In this Hearthstone update we fixed a few bugs!
Read on for details!
(Note: this update will be available for Mobile platforms in the near future)
We fixed an issue that prevented some players from starting a game
Morgl’s hero power is now correctly animated
Your quests should now display correctly
[Mobile] Performance has been improved for mobile devices and tablets
[Mobile] Those pesky vines that could show up during the mulligan phase have been pruned from Standard icons
[iOS] iPhone SE should now display the correct UI
[Apple] Addressed a crash on iPhone 6 Plus and Mac devices
/* Normal Lightbox */
.imgborder {
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-moz-box-shadow:0 0 20px #000000;
-webkit-box-shadow:0 0 20px #000000;
box-shadow:0 0 20px #000000;
border: 1px solid #372511;
padding: 1px;
}
.imgborder:hover {
border: 1px solid #CD9000;
}
/* Borderless PNGS */
.imgnoborder {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: 0 0 0px tranparent;
-webkit-box-shadow: 0 0 0px tranparent;
box-shadow: 0 0 0px transparent;
border: 0px solid transparent;
padding: 0px;
}
.imgnoborder, .imgnoborder:hover {
border: 0px solid transparent;
}
/* HearthstoneDividerFiligree */
#blog .detail hr.filigree {
width:100%;
height: 50px;
background:url('https://bnetcmsus-a.akamaihd.net/cms/gallery/79C1M3XMY0L31401477381292.png') center center no-repeat;
border: none;
margin-top: 0px;
margin-bottom: 0px;
}
/* HearthstoneDividerWood */
#blog .detail hr.wood {
width:100%;
height: 50px;
background:url('https://bnetcmsus-a.akamaihd.net/cms/gallery/79VCDJZ6362M1401477381334.png') center center no-repeat;
border: none;
margin-top: 0px;
margin-bottom: 0px;
}
/* HearthstoneDividerManaCrystals */
#blog .detail hr.mana {
width:100%;
height: 50px;
background:url('https://bnetcmsus-a.akamaihd.net/cms/gallery/AYRLNZFG7ZCY1401477381322.png') center center no-repeat;
border: none;
margin-top: 0px;
margin-bottom: 0px;
}
/* StandardDivider */
#blog .detail hr.standard {
width:100%;
height: 100px;
background:url('https://bnetcmsus-a.akamaihd.net/cms/gallery/5e/5EATP35KLFOG1454297371918.png') center center no-repeat;
border: none;
margin-top: 0px;
margin-bottom: 0px;
}