X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FaddressingWidget.css;h=7c1ce1aee6a8aa96ac2b017c2beaa4b47d7eada6;hp=e2f241d28c71a0ba3e20e83bb8b414cab703f7b2;hb=57d23eaef3f5e5538c6125d5634613fba2555e5c;hpb=b70a3a73af442fcb12828f5322e8c06bb0aa1e76 diff --git a/LCARStrek/messenger/addressingWidget.css b/LCARStrek/messenger/addressingWidget.css index e2f241d2..7c1ce1ae 100644 --- a/LCARStrek/messenger/addressingWidget.css +++ b/LCARStrek/messenger/addressingWidget.css @@ -38,20 +38,24 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: addressing widget ::::: */ - + #addressingWidget { /* height: 80px; */ margin-left: 0px; margin-right: 0px; -moz-user-focus: none; width: 0px; -} - +} + +.textbox-addressingWidget[noMatchesFound="true"] { + color: red; +} + #typecol-addressingWidget { min-width: 9em; border-right: 1px solid #9C9CFF; } - + #addressingWidget > listitem, .addressingWidgetItem, .dummyrow { @@ -64,7 +68,7 @@ border-bottom: 1px solid #9C9CFF; padding: 0px; } - + .addressingWidgetCell:first-child { border-top: none; }