X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FaboutSessionRestore.css;h=c6db997567a30f30b3efbd2f13341605ea94778d;hp=b7d1dab74c4a417f3f37e29b6074a2a681884c46;hb=d533ec21de421974d60dc2614105c2e439f34b49;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/browser/aboutSessionRestore.css b/LCARStrek/browser/aboutSessionRestore.css index b7d1dab7..c6db9975 100644 --- a/LCARStrek/browser/aboutSessionRestore.css +++ b/LCARStrek/browser/aboutSessionRestore.css @@ -2,39 +2,8 @@ * 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/. */ -html { - height: 100%; -} - -body { - height: 100%; - text-align: center; -} - -#errorPageContainer { - background-image: url("chrome://global/skin/icons/alert-exclam.gif"); - display: -moz-box; - width: -moz-available; - height: 70%; - -moz-box-orient: vertical; - text-align: start; -} - -#errorShortDesc > p { - margin-top: 0.4em; - margin-bottom: 0; -} - -#errorLongContent, #errorTrailerDesc { - display: -moz-box; - -moz-box-flex: 1; - -moz-box-orient: vertical; -} - -#tabList { - margin-top: 2.5em; - width: 100%; - min-height: 12em; +.title { + background-image: url("chrome://browser/skin/session-restore.svg"); } treechildren::-moz-tree-image(icon), @@ -54,6 +23,9 @@ treechildren::-moz-tree-image(container, noicon) { treechildren::-moz-tree-image(checked) { list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } +treechildren::-moz-tree-image(checked, selected) { + list-style-image: url("chrome://global/skin/checkbox/cbox-check-inverted.gif"); +} treechildren::-moz-tree-image(partial) { list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif"); } @@ -66,10 +38,3 @@ treechildren::-moz-tree-row(alternate, selected) { background-color: #008484; color: #000000; } - -#buttons { - width: 100%; -} -#buttons > button { - margin-top: 2em; -}