gecko-dev/themes/modern/messenger/subscribe.css
sspitzer%netscape.com 51df0ae7e5 fix for #69684 (and other subscribe problems caused by this.)
using [value="true"] in my css made things dog slow.
see alecf's posting news://news.mozilla.org/3A82F42D.1050102@netscape.com
sr=bienvenu a=asa
2001-03-16 23:35:14 +00:00

68 lines
2.1 KiB
CSS

/*
* 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
*/
/* ===== subscribe.css ==================================================
== Styles for the Subscribe dialog.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: subscribed icons :::::: */
.subscribedcol {
list-style-image: url("chrome://messenger/skin/icons/dot.gif");
}
.subscribedcol[Subscribed="true"] {
list-style-image: url("chrome://messenger/skin/icons/check.gif");
}
/* ::::: folder icons :::::: */
.tree-cell-subscribe-icon {
list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
}
.tree-cell-subscribe-icon[ServerType="nntp"] {
list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
}
/* ::::: server icons :::::: */
.subscribeMenuItem {
list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
}
.subscribeMenuItem[ServerType="imap"][IsSecure="true"] {
list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
}
.subscribeMenuItem[ServerType="nntp"] {
list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
}
.subscribeMenuItem[ServerType="nntp"][IsSecure="true"] {
list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
}