Add zoom-in cursor css; small indentation fix
This commit is contained in:
parent
e175251899
commit
36f8e350d4
@ -433,11 +433,17 @@ p.media_specs {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.no_html5 {
|
.no_html5 {
|
||||||
background: black;
|
background: black;
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 160px;
|
height: 160px;
|
||||||
padding: 130px 10px 20px 10px;
|
padding: 130px 10px 20px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
img.media_image {
|
||||||
|
cursor: -webkit-zoom-in;
|
||||||
|
cursor: -moz-zoom-in;
|
||||||
|
cursor: zoom-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* icons */
|
/* icons */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user