michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: /* Places tree */ michael@0: michael@0: #placesTreechildren { michael@0: -moz-user-focus: normal; michael@0: } michael@0: michael@0: #placesTreechildren::-moz-tree-cell(grippyRow), michael@0: #placesTreechildren::-moz-tree-cell-text(grippyRow), michael@0: #placesTreechildren::-moz-tree-image(grippyRow) { michael@0: cursor: grab; michael@0: } michael@0: michael@0: michael@0: /* Sanitize everything warnings */ michael@0: michael@0: #sanitizeEverythingWarning, michael@0: #sanitizeEverythingUndoWarning { michael@0: white-space: pre-wrap; michael@0: }