Bug 704123 - Inspect Element background shading in document too dark; r=dao,rcampbell

This commit is contained in:
Paul Rouget 2011-11-21 18:30:34 +01:00
Родитель 53b27bc996
Коммит d5c92013a4
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -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 {