mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +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:
@@ -535,9 +535,6 @@ DIV.dTreeNode SPAN._dragOver
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
INPUT.checkBox
|
||||
{ vertical-align: middle; }
|
||||
|
||||
/* resizable columns */
|
||||
|
||||
TABLE TD.resize-handle-active,
|
||||
@@ -814,9 +811,7 @@ SPAN.caption
|
||||
|
||||
DIV.tabsContainer
|
||||
{ overflow: hidden;
|
||||
padding: 0px 5px;
|
||||
-moz-user-select: none;
|
||||
-khtml-user-select: none; }
|
||||
padding: 0px 5px; }
|
||||
|
||||
DIV.tabsContainer > DIV.scrollToolbar
|
||||
{ position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user