mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-27 07:49:29 +00:00
Fixed nasty bug with textareas and Firefox and '-moz-user-select' CSS directive.
Monotone-Parent: 18bd3484373fa731cf9a3ac7ca3ce35afbf03cdd Monotone-Revision: e44dbcb80563c6b1e0330f9be451c0793811c85f Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-02T19:54:53
This commit is contained in:
@@ -109,17 +109,15 @@ DIV#filtersListWrapper
|
||||
top: 174px;
|
||||
left: 2em; }
|
||||
|
||||
DIV#filtersListWrapper TD,
|
||||
DIV.bottomToolbar
|
||||
{ -khtml-user-select: none;
|
||||
-moz-user-select: none; }
|
||||
|
||||
TABLE#filtersList
|
||||
{ width: 100%;
|
||||
cursor: default; }
|
||||
|
||||
TR.filterListRow
|
||||
{ background: #ccddec;
|
||||
cursor: pointer; }
|
||||
|
||||
TD.filterListCell
|
||||
{ -moz-user-select: none; }
|
||||
|
||||
TH#activeTableHeader
|
||||
{ width: 50px;
|
||||
text-align: center; }
|
||||
|
||||
Reference in New Issue
Block a user