Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Bookmarks CSS file organization, a=hewitt
2001-03-11 07:38:42 +00:00
|
|
|
/*
|
|
|
|
* The contents of this file are subject to the Netscape Public
|
|
|
|
* License Version 1.1 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.mozilla.org/NPL/
|
|
|
|
*
|
|
|
|
* Software distributed under the License is distributed on an "AS
|
|
|
|
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
* implied. See the License for the specific language governing
|
|
|
|
* rights and limitations under the License.
|
|
|
|
*
|
|
|
|
* The Original Code is Mozilla Communicator client code, released
|
|
|
|
* March 31, 1998.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is Netscape
|
|
|
|
* Communications Corporation. Portions created by Netscape are
|
|
|
|
* Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
|
|
* Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s):
|
|
|
|
* Ben Goodger <ben@netscape.com>
|
|
|
|
* Josh Soref <timeless@mac.com>
|
|
|
|
*/
|
|
|
|
|
2001-04-30 18:58:08 +00:00
|
|
|
/* ===== bookmarksToolbar.css ===========================================
|
|
|
|
== Styles specific to bookmark items in a toolbar.
|
|
|
|
======================================================================= */
|
|
|
|
|
|
|
|
@import url("chrome://communicator/skin/bookmarks/bookmarks.css");
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Bookmarks CSS file organization, a=hewitt
2001-03-11 07:38:42 +00:00
|
|
|
|
|
|
|
/* ::::: bookmark toolbar buttons ::::: */
|
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
/* ..... bookmark items ..... */
|
|
|
|
|
|
|
|
toolbarbutton.bookmark-item {
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Bookmarks CSS file organization, a=hewitt
2001-03-11 07:38:42 +00:00
|
|
|
cursor: pointer;
|
2001-09-20 07:10:52 +00:00
|
|
|
max-width: 10em;
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Bookmarks CSS file organization, a=hewitt
2001-03-11 07:38:42 +00:00
|
|
|
}
|
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
toolbarbutton.bookmark-item:hover {
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Bookmarks CSS file organization, a=hewitt
2001-03-11 07:38:42 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
toolbarbutton.bookmark-item[container="true"],
|
|
|
|
toolbarbutton.bookmark-item[container="true"]:hover {
|
|
|
|
cursor: default;
|
|
|
|
text-decoration: none;
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Bookmarks CSS file organization, a=hewitt
2001-03-11 07:38:42 +00:00
|
|
|
}
|
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
toolbarbutton.bookmark-item:not([container="true"]):hover,
|
|
|
|
toolbarbutton.bookmark-item:not([container="true"]):hover:active {
|
|
|
|
border: 1px solid transparent;
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Bookmarks CSS file organization, a=hewitt
2001-03-11 07:38:42 +00:00
|
|
|
}
|
|
|
|
|
2001-10-03 05:08:20 +00:00
|
|
|
toolbarbutton.bookmark-item[disabled="true"],
|
|
|
|
toolbarbutton.bookmark-item[disabled="true"]:hover,
|
|
|
|
toolbarbutton.bookmark-item[disabled="true"]:hover:active
|
|
|
|
{
|
|
|
|
color : #9399AB;
|
|
|
|
text-decoration : none;
|
2001-10-05 03:11:29 +00:00
|
|
|
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-dis.gif");
|
2001-10-03 05:08:20 +00:00
|
|
|
cursor : default;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbarbutton.bookmark-item[disabled="true"][container="true"],
|
|
|
|
toolbarbutton.bookmark-item[disabled="true"][container="true"]:hover,
|
|
|
|
toolbarbutton.bookmark-item[disabled="true"][container="true"]:hover:active
|
|
|
|
{
|
|
|
|
border : 1px solid transparent !important;
|
2001-10-05 03:11:29 +00:00
|
|
|
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-dis.gif");
|
2001-10-03 05:08:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menuitem-iconic.bookmark-item[disabled="true"]
|
|
|
|
{
|
2001-10-05 03:11:29 +00:00
|
|
|
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-dis.gif");
|
2001-10-03 05:08:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-iconic.bookmark-item[disabled="true"][container="true"]
|
|
|
|
{
|
2001-10-05 03:11:29 +00:00
|
|
|
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-dis.gif");
|
2001-10-03 05:08:20 +00:00
|
|
|
}
|
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
.bookmark-item > .toolbarbutton-box > .toolbarbutton-dropmarker {
|
|
|
|
display: none;
|
Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Bookmarks CSS file organization, a=hewitt
2001-03-11 07:38:42 +00:00
|
|
|
}
|
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
/* ..... drag and drop styles ..... */
|
|
|
|
|
|
|
|
toolbarbutton.bookmark-item[dragover-left="true"] {
|
|
|
|
border-left: 1px solid #000000;
|
|
|
|
}
|
2001-04-30 18:58:08 +00:00
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
toolbarbutton.bookmark-item[dragover-right="true"] {
|
|
|
|
border-right: 1px solid #000000;
|
2001-04-30 18:58:08 +00:00
|
|
|
}
|
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
toolbarbutton.bookmark-item[dragover-top="true"] {
|
2001-04-30 18:58:08 +00:00
|
|
|
border-top: 1px solid #7681A2;
|
|
|
|
border-right: 1px solid #D5DAE5;
|
|
|
|
border-bottom: 1px solid #D5DAE5;
|
|
|
|
border-left: 1px solid #7681A2;
|
|
|
|
}
|
2001-05-02 22:33:43 +00:00
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
/* ::::: drag and drop styles for bookmark menus ::::: */
|
2001-05-02 22:33:43 +00:00
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
menuitem[dragover-top="true"].bookmark-item {
|
|
|
|
border-top: 1px solid ThreeDDarkShadow !important;
|
2001-05-02 22:33:43 +00:00
|
|
|
}
|
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
menu[dragover-top="true"].bookmark-item {
|
|
|
|
border-top: 1px solid ThreeDDarkShadow !important;
|
|
|
|
}
|
2001-08-18 02:44:35 +00:00
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
menuitem.bookmark-item {
|
|
|
|
border-top: 1px solid transparent !important;
|
|
|
|
border-bottom: 1px solid transparent !important;
|
2001-11-02 04:53:43 +00:00
|
|
|
padding: 1px 2px;
|
2001-09-20 07:10:52 +00:00
|
|
|
}
|
2001-08-18 02:44:35 +00:00
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
menu.bookmark-item {
|
|
|
|
border-top: 1px solid transparent !important;
|
|
|
|
border-bottom: 1px solid transparent !important;
|
2001-11-02 04:53:43 +00:00
|
|
|
padding: 1px 2px;
|
2001-09-20 07:10:52 +00:00
|
|
|
}
|
2001-11-02 04:53:43 +00:00
|
|
|
|
2001-09-20 07:10:52 +00:00
|
|
|
menu[dragover="true"].bookmark-item {
|
|
|
|
background: 1px solid Highlight !important;
|
|
|
|
color: HighlightText !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
menuitem[dragover-bottom="true"].bookmark-item {
|
|
|
|
border-bottom: 1px solid ThreeDDarkShadow !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
menu[dragover-bottom="true"].bookmark-item {
|
|
|
|
border-bottom: 1px solid ThreeDDarkShadow !important;
|
|
|
|
}
|