fixed selection style in opera

This commit is contained in:
coderaiser 2013-04-20 10:22:14 -04:00
parent 805bb35f6a
commit 589309b946
3 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -32,6 +32,7 @@
- Выделение коревой директории клавишей Space
- Обработка выделенной корневой директории.
- Создание нового файла.
- Стиль выделения в Опере.
**Обновлены:**
- jquery до версии v2.0.0

View file

@ -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