mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
feature(css) selection -> user-select
This commit is contained in:
parent
74a2f16b53
commit
a3a66b004c
1 changed files with 7 additions and 10 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue