browser/themes/linux/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 %if 0
     2 /* This Source Code Form is subject to the terms of the Mozilla Public
     3  * License, v. 2.0. If a copy of the MPL was not distributed with this
     4  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     5 %endif
     6 /**** folder menulist ****/
     7 .folder-icon > .menulist-label-box > .menulist-icon {
     8   width: 16px;
     9   height: 16px;
    10 }
    12 .folder-icon > .menu-iconic-left {
    13   display: -moz-box;
    14 }
    16 .folder-icon {
    17   list-style-image: url("moz-icon://stock/gtk-directory?size=menu") !important;
    18 }
    21 /**** expanders ****/
    23 .expander-up,
    24 .expander-down {
    25   min-width: 0;
    26   padding: 2px 0;
    27   -moz-padding-start: 2px;
    28 }
    30 .expander-up > .button-box {
    31   -moz-appearance: button-arrow-up;
    32 }
    34 .expander-down > .button-box {
    35   -moz-appearance: button-arrow-down;
    36 }
    38 #editBookmarkPanelContent {
    39   min-width: 23em;
    40 }
    42 #editBMPanel_folderTree {
    43   margin-top: 2px;
    44   margin-bottom: 2px;
    45 }
    47 /* Hide the value column of the tag autocomplete popup
    48  * leaving only the comment column visible. This is
    49  * so that only the tag being edited is shown in the
    50  * popup.
    51  */
    52 #editBMPanel_tagsField #treecolAutoCompleteValue {
    53   visibility: collapse;
    54 }
    57 /* Bookmark panel dropdown menu items */
    58 #editBMPanel_folderMenuList[selectedIndex="0"],
    59 #editBMPanel_toolbarFolderItem {
    60   list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;  
    61 }
    63 #editBMPanel_folderMenuList[selectedIndex="1"],
    64 #editBMPanel_bmRootItem {
    65   list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important;  
    66 }
    68 #editBMPanel_folderMenuList[selectedIndex="2"],
    69 #editBMPanel_unfiledRootItem {
    70   list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important;  
    71 }

mercurial