X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FaboutCertError.css;h=29b53514c4031f5730e34903308cf80c84d4cce5;hp=557e7425fe7cc07f048976314742305f70ad430a;hb=8b5fc82e5ce79169c614abcba8c819ccafeb931a;hpb=36759a51bcc412b1c08d2cad716a8898243c404c diff --git a/LCARStrek/browser/aboutCertError.css b/LCARStrek/browser/aboutCertError.css index 557e7425..29b53514 100644 --- a/LCARStrek/browser/aboutCertError.css +++ b/LCARStrek/browser/aboutCertError.css @@ -25,7 +25,7 @@ h2 { font-size: 130%; background-color: #9C9CFF; color: #000000; - border-radius: 8px; + border-radius: 10px; -moz-padding-start: 10px; } @@ -54,16 +54,30 @@ h2 { -moz-margin-start: 80px; } +#getMeOutOfHereButton, +#exceptionDialogButton { + border-radius: 10px; + background: #C09070; + color: #000000; + border: none; + padding: 0 .5em; +} + .expander > button { - -moz-padding-start: 20px; - -moz-margin-start: -20px; - background: url("chrome://global/skin/tree/twisty-open-selected.gif") left center no-repeat; + -moz-padding-start: 22px; + -moz-margin-start: -22px; + border-radius: 10px; + background: url("chrome://global/skin/tree/twisty-open-selected.gif") 3px center no-repeat; border: none; font: inherit; color: inherit; cursor: pointer; } +#getMeOutOfHereButton:hover, +#exceptionDialogButton:hover, +.expander:hover, +.expander:hover > button, .expander > button:hover, .expander > button:hover:active { background-color: #FFCF00;