зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
c088a8fa72
Коммит
600a5249f7
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче