diff options
Diffstat (limited to 'application/palemoon/components/places/content/places.css')
-rw-r--r-- | application/palemoon/components/places/content/places.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/application/palemoon/components/places/content/places.css b/application/palemoon/components/places/content/places.css deleted file mode 100644 index 5151cca82..000000000 --- a/application/palemoon/components/places/content/places.css +++ /dev/null @@ -1,16 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -tree[type="places"] { - -moz-binding: url("chrome://browser/content/places/tree.xml#places-tree"); -} - -.toolbar-drop-indicator { - position: relative; - z-index: 1; -} - -menupopup[placespopup="true"] { - -moz-binding: url("chrome://browser/content/places/menu.xml#places-popup-base"); -} |