1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 04:13:49 +01:00

Merge pull request #815 from Zankaria/remove-extensions

style.css: remove deprecated extensions
This commit is contained in:
Lorenzo Yario 2024-10-02 08:33:02 -07:00 committed by GitHub
commit 7377885de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -917,10 +917,6 @@ pre {
.poster_id {
cursor: pointer;
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.poster_id:hover {
@ -1196,8 +1192,7 @@ table.fileboard .intro a {
#gallery_images img {
opacity: 0.6;
-webkit-transition: all 0.5s;
transition: all 0.5s;
transition: all 0.5s;
}
#gallery_images img:hover, #gallery_images img.active {
@ -1205,9 +1200,7 @@ table.fileboard .intro a {
}
#gallery_images img.active {
-webkit-box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
z-index: 1;
}