Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. diff --git a/layout/style/res/html.css b/layout/style/res/html.css
  2. --- a/layout/style/res/html.css
  3. +++ b/layout/style/res/html.css
  4. @@ -744,16 +744,26 @@ video {
  5.  
  6. video > img:-moz-native-anonymous {
  7. /* Video poster images should render with the video element's "object-fit" &
  8. "object-position" properties */
  9. object-fit: inherit !important;
  10. object-position: inherit !important;
  11. }
  12.  
  13. +div.foobar:-moz-native-anonymous {
  14. + color: red;
  15. + pointer-events: auto;
  16. +}
  17. +
  18. +div.foobar:-moz-native-anonymous:hover {
  19. + color: green;
  20. + pointer-events: auto;
  21. +}
  22. +
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement