зеркало из https://github.com/mozilla/gecko-dev.git
Bug 616908 - Global warning in details view of a disabled addon is grey, on Linux. r=dtownsend, a=dtownsend
This commit is contained in:
Родитель
f10fce16b0
Коммит
348a8815a5
|
@ -65,6 +65,10 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.global-warning-text {
|
||||
color: -moz-FieldText;
|
||||
}
|
||||
|
||||
#addons-page[warning] .global-warning-container {
|
||||
background-color: rgba(255, 255, 0, 0.1);
|
||||
background-image: url("chrome://mozapps/skin/extensions/stripes-warning.png");
|
||||
|
|
Загрузка…
Ссылка в новой задаче