diff options
author | Pale Moon <git-repo@palemoon.org> | 2016-02-14 13:26:07 +0100 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2016-02-14 13:26:07 +0100 |
commit | 967721fd9e3ed49dbb000e3e3ac2b6f094c18dec (patch) | |
tree | 6356581275d06f9f5208a93acd0ac389501b133b /browser/themes/linux | |
parent | 41a51ef9142d9da69f7718319219f354e0dc8c74 (diff) | |
download | palemoon-gre-967721fd9e3ed49dbb000e3e3ac2b6f094c18dec.tar.gz |
Re-style about:sessionrestore.
Diffstat (limited to 'browser/themes/linux')
-rw-r--r-- | browser/themes/linux/aboutSessionRestore.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/browser/themes/linux/aboutSessionRestore.css b/browser/themes/linux/aboutSessionRestore.css index 5fd32bf5a..a32b9757a 100644 --- a/browser/themes/linux/aboutSessionRestore.css +++ b/browser/themes/linux/aboutSessionRestore.css @@ -5,6 +5,7 @@ %endif html { + background: #f8ffd0; height: 100%; } @@ -17,9 +18,13 @@ body { background-image: url("moz-icon://stock/gtk-dialog-warning?size=dialog"); display: -moz-box; width: -moz-available; - height: 70%; + max-width: 85%; + height: 75%; + max-height: 85%; -moz-box-orient: vertical; text-align: start; + border: 2px solid #efc; + box-shadow: 0px 0px 8px #aaa; } #errorShortDesc > p { |