X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Falerts%2Falert.css;h=01af1cde35c0d50c898a9349c6f7ada544f1ba3f;hp=44f905066177b6b242ca25e0f2f0166e409d64b4;hb=d471380e99d65fcd126e0f04b94c1d3a8004cf3d;hpb=dbd844cb7cf3813ee33ce4ef53ca93b53e03e67d diff --git a/LCARStrek/global/alerts/alert.css b/LCARStrek/global/alerts/alert.css index 44f90506..01af1cde 100644 --- a/LCARStrek/global/alerts/alert.css +++ b/LCARStrek/global/alerts/alert.css @@ -6,74 +6,24 @@ == Styles specific to the alerts dialog. ======================================================================= */ -@import url("chrome://global/skin/"); +@import url("chrome://global/skin/alerts/alert-common.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -.alertBox { +#alertBox { border: 1px solid #9C9CFF; border-radius: 3px; background-color: #000000; + color: #FF9F00; } -.alertImageBox { - padding: 8px 0; - width: 64px; - -moz-border-end: 1px solid #9C9CFF; +.alertCloseButton { + list-style-image: url("chrome://global/skin/icons/close.png"); + -moz-image-region: rect(0, 16px, 16px, 0); + padding: 4px 2px; } -.alertTextBox { - padding: 8px; - -moz-padding-start: 16px; - width: 255px; -} - -.alertBox[orient="horizontal"] > .alertImageBox { - -moz-margin-end: 8px; -} - -.alertBox[orient="vertical"] > .alertImageBox { - margin-bottom: 8px; -} - -.alertTitle { - font-weight: bold; - font-size: 110%; -} - -#alertImage { - max-width: 48px; - max-height: 48px; -} - -#alertNotification[clickable="true"] { - cursor: pointer; -} - -label { - cursor: inherit; -} - -.alertText[clickable="true"] { - color: #3333FF; - text-decoration: underline; -} - -.alertText[clickable="true"]:hover:active { - color: red; -} - -@keyframes alert-animation { - from { - opacity: 0; - } - 6.25% { - opacity: 1; - } - 93.75% { - opacity: 1; - } - to { - opacity: 0; - } +.alertCloseButton:hover, +.alertCloseButton:hover:active { + -moz-image-region: rect(0, 32px, 16px, 16px); }