mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
fix(css) ::selection -> elements::selection
This commit is contained in:
parent
febcc87f62
commit
3ab06b6ebc
2 changed files with 13 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue