diff --git a/css/reset.css b/css/reset.css index 3008d4e2..f6003d74 100644 --- a/css/reset.css +++ b/css/reset.css @@ -20,12 +20,6 @@ body { margin: 0; font-size: 1em; line-height: 1.4; } /* ::selection { background: #fe57a1; color: #fff; text-shadow: none; } */ -::-moz-selection{ text-shadow: none; opacity: 0;} -::selection { - text-shadow: none; - opacity: 0; - background-color:white; /* opera */ -} /* ============================================================================= @@ -81,4 +75,4 @@ a:hover, a:active { outline: 0; } a[href]:after { content: " (" attr(href) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */ @page { margin: 0.5cm; } -} \ No newline at end of file +} diff --git a/css/style.css b/css/style.css index 52c66f0e..b83371da 100644 --- a/css/style.css +++ b/css/style.css @@ -31,6 +31,18 @@ body{ background-color:white; } +#fm::-moz-selection, #left>li::-moz-selection, #right>li::-moz-selection, .path::-moz-selection, .fm-header::-moz-selection, +.mini-icon::-moz-selection, .name::-moz-selection, .size::-moz-selection, .owner::-moz-selection, .mode::-moz-selection { + text-shadow: none; opacity: 0; +} + +#fm::selection, #left>li::selection, #right>li::selection, .path::selection, .fm-header::selection, +.mini-icon::selection, .name::selection, .size::selection, .owner::selection, .mode::selection { + text-shadow: none; + opacity: 0; + background-color:white; /* opera */ +} + .path-icon{ position: relative; top: 3px;