Bug 608966 - Make lightweight themes / personas work in the address book window. r+sr=Neil

This commit is contained in:
Jens Hatlak 2010-11-03 13:23:14 +01:00
Родитель bc2817b75a
Коммит d893d3a248
2 изменённых файлов: 16 добавлений и 0 удалений

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

@ -64,6 +64,8 @@
height="450"
width="750"
title="&addressbookWindow.title;"
lightweightthemes="true"
lightweightthemesfooter="status-bar"
windowtype="mail:addressbook"
persist="width height screenX screenY sizemode"
toggletoolbar="true"

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

@ -22,6 +22,7 @@
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
* Manuel Reimer (Manuel.Reimer@gmx.de)
* Jens Hatlak (jh@junetz.de)
*
* Alternatively, the contents of this file may be used under the terms of
* either of the GNU General Public License Version 2 or later (the "GPL"),
@ -244,3 +245,16 @@ html|p {
#resultsTree {
border-left: 1px solid ThreeDShadow;
}
/* ::::: lightweight themes ::::: */
#CardViewOuterBox:-moz-lwtheme,
treecols:-moz-lwtheme {
text-shadow: none;
color: -moz-dialogtext;
background-color: -moz-dialog;
}
#searchInput:-moz-lwtheme {
opacity: .8;
}