Not a compiled checkin. Tweaking a style rule in xul.css to make the progress

meter blend in with the chrome (rather than being that ugly grey color).
Harmless and safe.
This commit is contained in:
hyatt%netscape.com 1999-08-12 18:37:21 +00:00
Родитель c088a8fa72
Коммит 600a5249f7
1 изменённых файлов: 1 добавлений и 21 удалений

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

@ -246,14 +246,6 @@ checkbox[depress] {
border: 1px inset white;
}
/* kept generic enough to also cover vertical scrollbars */
progressmeter {
display: inline;
color : #9999CC;
border: 1px inset white;
background-color: grey;
}
/* specify align="horizontal" for most common horizontal cases */
progressmeter[align="horizontal"] {
height: 1em;
@ -262,8 +254,7 @@ progressmeter[align="horizontal"] {
progressmeter {
display: inline;
color : #9999CC;
border: 1px inset white;
background-color: grey;
background-color: #CCCCDD;
}
div.pmBackground {
@ -365,17 +356,6 @@ menuseparator {
margin: 2px;
}
progressmeter {
display:inline;
border: 1px #666699;
color : #9999CC;
}
:progressmeter-stripe {
color: #BBBBCC;
}
/* titledbuttons are the preferred means of generating UI buttons in XUL (see below) */
button {