зеркало из https://github.com/mozilla/pjs.git
Bug 427179: Set second line in download manager results to GrayText, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=sdwilsh, ui-r=beltzner, a=beltzner
This commit is contained in:
Родитель
3a70567e30
Коммит
6680476361
|
@ -32,6 +32,11 @@ richlistitem[type="download"] .dateTime {
|
|||
font-size: smaller;
|
||||
}
|
||||
|
||||
richlistitem[type="download"]:not([selected="true"]) .dateTime,
|
||||
richlistitem[type="download"]:not([selected="true"]) .status {
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
.mini-button {
|
||||
-moz-appearance: none;
|
||||
background-color: transparent;
|
||||
|
|
|
@ -28,6 +28,11 @@ richlistitem[type="download"] .dateTime {
|
|||
font-size: smaller;
|
||||
}
|
||||
|
||||
richlistitem[type="download"]:not([selected="true"]) .dateTime,
|
||||
richlistitem[type="download"]:not([selected="true"]) .status {
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
.mini-button {
|
||||
-moz-appearance: none;
|
||||
list-style-image: url(chrome://mozapps/skin/downloads/buttons.png);
|
||||
|
|
Загрузка…
Ссылка в новой задаче