Bug 1009812 - Change about:neterror text/background colors to match about:preferences. r=Unfocused

This commit is contained in:
Birunthan Mohanathas 2014-07-27 08:52:51 -07:00
Родитель 827761e1f0
Коммит 25b496a4b2
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100">
<g fill="#85898C">
<circle cx="50" cy="50" r="44" style="stroke: #85898C; stroke-width: 11; fill: transparent;"/>
<g fill="#424E5A">
<circle cx="50" cy="50" r="44" style="stroke: #424E5A; stroke-width: 11; fill: transparent;"/>
<circle cx="50" cy="24.6" r="6.4"/>
<rect x="45" y="39.9" width="10.1" height="41.8"/>
</g>

До

Ширина:  |  Высота:  |  Размер: 348 B

После

Ширина:  |  Высота:  |  Размер: 348 B

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

@ -7,8 +7,8 @@ body {
font-size: 15px;
font-weight: normal;
margin: 0;
color: #737980;
background-image: linear-gradient(#fff, #ededed 100px);
color: #424e5a;
background-color: #f1f1f1;
}
h1 {
@ -24,7 +24,7 @@ button {
height: 30px;
max-height: 30px;
padding: 3px;
color: #737980;
color: #333333;
border: 1px solid rgba(23,50,77,.4);
border-radius: 5px;
background-color: #f1f1f1;