X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Falerts%2Falert.css;h=cb09925ba985b1a830e6ce3dd20814e2198e665e;hb=193429c8b8893a792f8f143bfe6626d3e6e07014;hp=db14f791e9ec799185fabdd4734fcabb5030e74b;hpb=d471380e99d65fcd126e0f04b94c1d3a8004cf3d;p=themes.git diff --git a/EarlyBlue/global/alerts/alert.css b/EarlyBlue/global/alerts/alert.css index db14f791..cb09925b 100644 --- a/EarlyBlue/global/alerts/alert.css +++ b/EarlyBlue/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 #666699; border-radius: 1px; @@ -21,3 +26,17 @@ list-style-image: url("chrome://global/skin/icons/close-button.gif"); padding: 4px 2px; } + +.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;*/ +}