browser/themes/windows/places/editBookmarkOverlay.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 /* This Source Code Form is subject to the terms of the Mozilla Public
     2  * License, v. 2.0. If a copy of the MPL was not distributed with this
     3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     5 /**** folder menulist ****/
     6 .folder-icon > .menulist-label-box > .menulist-icon {
     7   width: 16px;
     8   height: 16px;
     9 }
    11 .folder-icon > .menu-iconic-left {
    12   display: -moz-box;
    13 }
    15 .folder-icon {
    16   list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
    17   -moz-image-region: rect(0px, 32px, 16px, 16px) !important;
    18 }
    21 /**** expanders ****/
    23 .expander-up,
    24 .expander-down {
    25   min-width: 0;
    26   margin: 0;
    27   -moz-margin-end: 4px;
    28 }
    30 .expander-up > .button-box,
    31 .expander-down > .button-box {
    32   padding: 0;
    33 }
    35 .expander-up {
    36   list-style-image: url("chrome://global/skin/icons/collapse.png");
    37 }
    39 .expander-down {
    40   list-style-image: url("chrome://global/skin/icons/expand.png");
    41 }
    43 #editBookmarkPanelContent {
    44   min-width: 23em;
    45 }
    47 #editBMPanel_folderTree {
    48   margin-top: 2px;
    49   margin-bottom: 2px;
    50 }
    52 /* Hide the value column of the tag autocomplete popup
    53  * leaving only the comment column visible. This is
    54  * so that only the tag being edited is shown in the
    55  * popup.
    56  */
    57 #editBMPanel_tagsField #treecolAutoCompleteValue {
    58   visibility: collapse;
    59 }
    62 /* ::::: bookmark panel dropdown icons ::::: */
    64 #editBMPanel_folderMenuList[selectedIndex="0"],
    65 #editBMPanel_toolbarFolderItem {
    66   list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
    67   -moz-image-region: auto !important;
    68 }
    70 #editBMPanel_folderMenuList[selectedIndex="1"],
    71 #editBMPanel_bmRootItem {
    72   list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important;
    73   -moz-image-region: auto !important;
    74 }
    76 #editBMPanel_folderMenuList[selectedIndex="2"],
    77 #editBMPanel_unfiledRootItem {
    78   list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important;
    79   -moz-image-region: auto !important;
    80 }

mercurial