X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Falerts%2Falert.css;h=839ba2709bdad63172482a8e515b3824a03ccba8;hp=07d4b5c1c53bea5b3c3f6cf20643e781d28b6831;hb=b1e5c9b1470d19c43f7c724365a64a92c61cbc0a;hpb=f24507954fc5a0fc540b913450f45d44f20e97b5 diff --git a/LCARStrek/communicator/alerts/alert.css b/LCARStrek/communicator/alerts/alert.css index 07d4b5c1..839ba270 100644 --- a/LCARStrek/communicator/alerts/alert.css +++ b/LCARStrek/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