114142 - uniform twisty & click behaviour. ensure correct style is used. r=blake, sr=hyatt

required part of files landed previously, otherwise css files will be missing!
This commit is contained in:
ben%netscape.com 2002-02-20 04:33:08 +00:00
Родитель 6cd276e1a4
Коммит be3b0a62a2
4 изменённых файлов: 82 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,40 @@
/*
* 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):
* Ben Goodger <ben@netscape.com>
*/
outlinerchildren {
cursor: pointer;
}
outlinerchildren:-moz-outliner-row(selected),
outlinerchildren:-moz-outliner-row(selected, focus) {
background-color: -moz-Field !important;
border: 1px solid transparent !important;
}
outlinerchildren:-moz-outliner-cell-text,
outlinerchildren:-moz-outliner-cell-text(selected),
outlinerchildren:-moz-outliner-cell-text(selected, focus) {
color: blue !important;
text-decoration: underline;
}

Просмотреть файл

@ -49,6 +49,7 @@ classic.jar:
skin/classic/communicator/sidebar/preview.css (communicator/sidebar/preview.css)
skin/classic/communicator/sidebar/sidebarBindings.xml (communicator/sidebar/sidebarBindings.xml)
skin/classic/communicator/sidebar/sidebar.css (communicator/sidebar/sidebar.css)
skin/classic/communicator/sidebar/sidebarListView.css (communicator/sidebar/sidebarListView.css)
skin/classic/communicator/xpinstall/xpinstall.css (communicator/xpinstall/xpinstall.css)
skin/classic/communicator/brand/throbber-single.gif (communicator/brand/throbber-single.gif)
skin/classic/communicator/brand/throbber-anim.gif (communicator/brand/throbber-anim.gif)

Просмотреть файл

@ -0,0 +1,40 @@
/*
* 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):
* Ben Goodger <ben@netscape.com>
*/
outlinerchildren {
cursor: pointer;
}
outlinerchildren:-moz-outliner-row(selected),
outlinerchildren:-moz-outliner-row(selected, focus) {
background-color: -moz-Field !important;
border: 1px solid transparent !important;
}
outlinerchildren:-moz-outliner-cell-text,
outlinerchildren:-moz-outliner-cell-text(selected),
outlinerchildren:-moz-outliner-cell-text(selected, focus) {
color: blue !important;
text-decoration: underline;
}

Просмотреть файл

@ -66,6 +66,7 @@ modern.jar:
skin/modern/communicator/sidebar/customize.css (communicator/sidebar/customize.css)
skin/modern/communicator/sidebar/preview.css (communicator/sidebar/preview.css)
skin/modern/communicator/sidebar/sidebar.css (communicator/sidebar/sidebar.css)
skin/modern/communicator/sidebar/sidebarListView.css (communicator/sidebar/sidebarListView.css)
skin/modern/communicator/taskbar/addressbook-act.gif (communicator/taskbar/addressbook-act.gif)
skin/modern/communicator/taskbar/addressbook.gif (communicator/taskbar/addressbook.gif)
skin/modern/communicator/taskbar/composer-act.gif (communicator/taskbar/composer-act.gif)