diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2018-09-13 20:41:41 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2018-09-13 21:02:13 -0400 |
commit | 9af981fc8ac0be2cd4ac344d809fe648e78cbeb3 (patch) | |
tree | f20ae63fb404e18e2ef818152f98db48450f7084 /data/branding/icecat/content/aboutDialog.css | |
parent | d26b319fd6f98517cc3421f10bf18698b953e4d2 (diff) |
Updated branding files for v60
Diffstat (limited to 'data/branding/icecat/content/aboutDialog.css')
-rw-r--r-- | data/branding/icecat/content/aboutDialog.css | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/data/branding/icecat/content/aboutDialog.css b/data/branding/icecat/content/aboutDialog.css index 46ba1b7..6312a59 100644 --- a/data/branding/icecat/content/aboutDialog.css +++ b/data/branding/icecat/content/aboutDialog.css @@ -2,15 +2,20 @@ * 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; @@ -25,13 +30,23 @@ } } +.text-link { + color: #fff !important; + text-decoration: underline; +} + +.text-link:-moz-focusring { + border-color: #fff; +} + #rightBox { margin-left: 30px; margin-right: 30px; } -#updateDeck > hbox > label:not([class="text-link"]) { - color: #909090; +#bottomBox { + background-color: hsla(235, 43%, 10%, .5); + padding: 15px 10px 15px; } #trademark { |