forked from GithubBackups/vichan
Merge pull request #815 from Zankaria/remove-extensions
style.css: remove deprecated extensions
This commit is contained in:
commit
7377885de9
@ -917,10 +917,6 @@ pre {
|
|||||||
.poster_id {
|
.poster_id {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
-ms-user-select: none;
|
|
||||||
-o-user-select: none;
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.poster_id:hover {
|
.poster_id:hover {
|
||||||
@ -1196,8 +1192,7 @@ table.fileboard .intro a {
|
|||||||
|
|
||||||
#gallery_images img {
|
#gallery_images img {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
-webkit-transition: all 0.5s;
|
transition: all 0.5s;
|
||||||
transition: all 0.5s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#gallery_images img:hover, #gallery_images img.active {
|
#gallery_images img:hover, #gallery_images img.active {
|
||||||
@ -1205,9 +1200,7 @@ table.fileboard .intro a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#gallery_images img.active {
|
#gallery_images img.active {
|
||||||
-webkit-box-shadow: 0px 0px 29px 2px rgba(255,255,255,1);
|
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);
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user