Use dark style for zoom in message now that it's not on sidebar

This commit is contained in:
Bryan Housel
2017-09-17 00:38:38 -04:00
parent 320f1430fa
commit 2c53674c38
3 changed files with 15 additions and 8 deletions
+7 -7
View File
@@ -3637,20 +3637,20 @@ img.tile-removing {
.notice .zoom-to {
margin: auto;
width: 80%;
width: 300px;
height: 80px;
border-radius: 5px;
line-height: 40px;
color: #000;
opacity: 0.9;
font-size: 150%;
border-radius: 8px;
}
.notice .zoom-to:hover {
background: #d8e1ff;
background: rgba(0,0,0,0.6);
}
.notice .zoom-to .icon {
margin-top: 10px;
width: 30px;
height: 30px;
vertical-align: middle;
margin-right: 10px;
}
[dir='rtl'] .notice .zoom-to .icon {