Abrowser: branding and other changes for v60

This commit is contained in:
Ruben Rodriguez 2018-05-13 17:43:53 -04:00
parent cde8f385ab
commit a1d3213dd2
29 changed files with 93 additions and 1542 deletions

View file

@ -2,20 +2,25 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#aboutDialogContainer {
background-color: #202340;
color: #fff;
}
#clientBox {
background-color: #F7F7F7;
color: #222222;
padding: 10px 0 15px;
}
#leftBox {
background-image: url("chrome://branding/content/about-logo.png");
background-repeat: no-repeat;
background-size: 192px auto;
background-position: center 20%;
/* min-width and min-height create room for the logo */
min-width: 210px;
min-height: 210px;
margin-top: 20px;
-moz-margin-start: 30px;
margin-inline-start: 30px;
}
@ -25,14 +30,23 @@
}
}
.text-link {
color: #fff !important;
text-decoration: underline;
}
.text-link:-moz-focusring {
border-color: #fff;
}
#rightBox {
margin-left: 30px;
margin-right: 30px;
min-width: 300px;
}
#updateDeck > hbox > label:not([class="text-link"]) {
color: #909090;
#bottomBox {
background-color: hsla(235, 43%, 10%, .5);
padding: 15px 10px 15px;
}
#trademark {
@ -42,4 +56,3 @@
margin-top: 10px;
margin-bottom: 10px;
}