X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Falerts%2Falert.css;h=a501bb9ccfcbfd26eb8c5a751fed1dbc5827e63b;hb=7729765cff651b4f095a18d7b76fa5b112150216;hp=01af1cde35c0d50c898a9349c6f7ada544f1ba3f;hpb=95f94087d217c1c6d04787315b9b79ea6eda091c;p=themes.git diff --git a/LCARStrek/global/alerts/alert.css b/LCARStrek/global/alerts/alert.css index 01af1cde..a501bb9c 100644 --- a/LCARStrek/global/alerts/alert.css +++ b/LCARStrek/global/alerts/alert.css @@ -10,6 +10,11 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +#alertNotification { + -moz-appearance: none; + background: transparent; +} + #alertBox { border: 1px solid #9C9CFF; border-radius: 3px; @@ -27,3 +32,17 @@ .alertCloseButton:hover:active { -moz-image-region: rect(0, 32px, 16px, 16px); } + +.alertCloseBox { + /* The close button is larger on Windows and has a large + circle around it, so we add more space between the close + button and the edge of the window. */ +/* margin-inline-end: 2px;*/ +} + +#alertSettings { + /* The close button is larger on Windows, so the + gear button is moved over to accomodate it and + keep the two buttons horizontally aligned together. */ +/* margin-inline-end: 5px;*/ +}