mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +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
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue