diff --git a/css/style.css b/css/style.css index d074b14b..13b7c80c 100644 --- a/css/style.css +++ b/css/style.css @@ -31,16 +31,13 @@ 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 */ +#fm, #left>li, #right>li, .path, .fm-header, +.mini-icon, .name, .size, .owner, .mode, #keyspanel, .cmd-button { + -webkit-user-select : none; + -moz-user-select : none; + -ms-user-select : none; + -o-user-select : none; + user-select : none; } .path-icon {