mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added "loading X..." text to thumbnails
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user