mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 778489 - Fix misc aboutReader.css warnings (r=mfinkle)
This commit is contained in:
parent
f8997f0e66
commit
d65088b684
@ -2,9 +2,6 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
%filter substitution
|
||||
%include defines.inc
|
||||
|
||||
html {
|
||||
-moz-text-size-adjust: none;
|
||||
}
|
||||
@ -325,7 +322,7 @@ body {
|
||||
|
||||
.toolbar {
|
||||
font-family: "Droid Sans",helvetica,arial,clean,sans-serif;
|
||||
-moz-transition-property: visibility opacity;
|
||||
-moz-transition-property: visibility, opacity;
|
||||
-moz-transition-duration: 0.7s;
|
||||
visibility: visible;
|
||||
opacity: 1.0;
|
||||
@ -340,7 +337,7 @@ body {
|
||||
}
|
||||
|
||||
.toolbar-hidden {
|
||||
-moz-transition-property: visibility opacity;
|
||||
-moz-transition-property: visibility, opacity;
|
||||
-moz-transition-duration: 0.7s;
|
||||
visibility: hidden;
|
||||
opacity: 0.0;
|
||||
|
Loading…
Reference in New Issue
Block a user