X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Falerts%2Falert.css;h=839ba2709bdad63172482a8e515b3824a03ccba8;hb=3eaf106014e514a8370529f21dab51177785274c;hp=07d4b5c1c53bea5b3c3f6cf20643e781d28b6831;hpb=7c110a07b23b8d007357734166ed48fd3092a4d2;p=themes.git diff --git a/EarlyBlue/communicator/alerts/alert.css b/EarlyBlue/communicator/alerts/alert.css index 07d4b5c1..839ba270 100644 --- a/EarlyBlue/communicator/alerts/alert.css +++ b/EarlyBlue/communicator/alerts/alert.css @@ -40,6 +40,8 @@ == Styles specific to the alerts dialog. ======================================================================= */ +@import url("chrome://global/skin/"); + @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .alertBox { @@ -61,6 +63,10 @@ font-weight: bold; } +.alertText { + margin-right: 6px; +} + .alertText[clickable="true"] { cursor: pointer; color: #1455D6; @@ -69,4 +75,4 @@ .alertText[clickable="true"]:hover:active { color: #424F63; -} +} \ No newline at end of file