diff options
author | Horst3180 | 2015-12-18 21:44:55 +0100 |
---|---|---|
committer | Horst3180 | 2015-12-18 21:44:55 +0100 |
commit | ded2e0a6111ac1e08e363b5b8de933db90561adb (patch) | |
tree | 16cb3c0e28f1fe57a283f2314682933461249e26 /arc-firefox-theme/chrome/browser/aboutTabCrashed.css | |
parent | 30ef15ff5594bd80014551f01e576cc8af8a8ae1 (diff) | |
download | solarc-firefox-theme-ded2e0a6111ac1e08e363b5b8de933db90561adb.tar.gz solarc-firefox-theme-ded2e0a6111ac1e08e363b5b8de933db90561adb.tar.xz solarc-firefox-theme-ded2e0a6111ac1e08e363b5b8de933db90561adb.zip |
update to 44.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/browser/aboutTabCrashed.css')
-rw-r--r-- | arc-firefox-theme/chrome/browser/aboutTabCrashed.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/browser/aboutTabCrashed.css b/arc-firefox-theme/chrome/browser/aboutTabCrashed.css index 2ef767e..e42922a 100644 --- a/arc-firefox-theme/chrome/browser/aboutTabCrashed.css +++ b/arc-firefox-theme/chrome/browser/aboutTabCrashed.css @@ -9,3 +9,34 @@ #reportSent { font-weight: bold; } + +#crash-reporter-container { + width: 80%; + background-color: var(--in-content-box-background-hover); + margin: 24px 0; + padding: 14px; + border: 1px solid var(--in-content-box-border-color); + border-radius: 2px; +} + +#crash-reporter-title { + font-weight: bold; + margin: 0 0 14px 0; +} + +input[type="text"], +textarea { + width: 100%; + box-sizing: border-box; + resize: none; +} + +#options { + list-style: none; + margin-inline-start: 0; +} + +input[type="text"], +#options > li { + margin: 14px 0 0 0; +} |