mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-20 04:01:01 +01:00
Remove old speak property
This commit is contained in:
parent
f811be2e8c
commit
42c5b479a4
@ -291,7 +291,6 @@ input[type="radio"] {
|
|||||||
.dragover::after {
|
.dragover::after {
|
||||||
content: "\e900";
|
content: "\e900";
|
||||||
font-family: "file" !important;
|
font-family: "file" !important;
|
||||||
speak: none;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
@ -300,7 +299,6 @@ input[type="radio"] {
|
|||||||
/* Better Font Rendering =========== */
|
/* Better Font Rendering =========== */
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
height: auto;
|
height: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -454,4 +452,4 @@ input[type="checkbox"]:checked ~ ul > li.patch-off {
|
|||||||
}
|
}
|
||||||
.image-hover:hover {
|
.image-hover:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user