mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fixed selection style in opera
This commit is contained in:
parent
805bb35f6a
commit
589309b946
3 changed files with 9 additions and 1 deletions
|
|
@ -83,6 +83,8 @@ is pressed and current file is directory.
|
|||
|
||||
* Improved CloudFunc module.
|
||||
|
||||
* Fixed selection style in opera.
|
||||
|
||||
|
||||
2012.03.01, v0.1.9
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
- Выделение коревой директории клавишей Space
|
||||
- Обработка выделенной корневой директории.
|
||||
- Создание нового файла.
|
||||
- Стиль выделения в Опере.
|
||||
|
||||
**Обновлены:**
|
||||
- jquery до версии v2.0.0
|
||||
|
|
|
|||
|
|
@ -26,7 +26,12 @@ 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;}
|
||||
::selection {
|
||||
text-shadow: none;
|
||||
opacity: 0;
|
||||
background-color:white; /* opera */
|
||||
}
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Links
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue