зеркало из https://github.com/mozilla/pjs.git
Bug 704123 - Inspect Element background shading in document too dark; r=dao,rcampbell
This commit is contained in:
Родитель
53b27bc996
Коммит
d5c92013a4
|
@ -1959,7 +1959,7 @@ panel[dimmed="true"] {
|
|||
/* Highlighter */
|
||||
|
||||
.highlighter-veil {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
background-color: rgba(25, 25, 25, 0.5);
|
||||
}
|
||||
|
||||
#highlighter-closebutton {
|
||||
|
|
|
@ -2689,7 +2689,7 @@ panel[dimmed="true"] {
|
|||
/* Highlighter */
|
||||
|
||||
.highlighter-veil {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
background-color: rgba(25, 25, 25, 0.5);
|
||||
}
|
||||
|
||||
#highlighter-closebutton {
|
||||
|
|
|
@ -2625,7 +2625,7 @@ panel[dimmed="true"] {
|
|||
/* Highlighter */
|
||||
|
||||
.highlighter-veil {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
background-color: rgba(25, 25, 25, 0.5);
|
||||
}
|
||||
|
||||
#highlighter-closebutton {
|
||||
|
|
Загрузка…
Ссылка в новой задаче