Added "loading X..." text to thumbnails

This commit is contained in:
Marcin Kurczewski
2014-10-19 12:01:22 +02:00
parent 56ac7adb1b
commit 317d9ff02b
3 changed files with 25 additions and 4 deletions

View File

@ -55,6 +55,7 @@
background: white;
}
.post-small a:focus,
.post-small a:hover {
background: #64C2ED;
@ -63,8 +64,8 @@
outline: 0;
}
.post-small a:focus img,
.post-small a:hover img {
.post-small a:focus img:not(.loading),
.post-small a:hover img:not(.loading) {
opacity: .8 !important;
}