keep up with SeaMonkey Classic changes done in the last few months
[themes.git] / EarlyBlue / messenger / addressingWidget.css
index bc855f3ee52da14fe6edfab014e0ba500157abc2..3a5a004e41a62650b1aff73df1ea028df6939706 100644 (file)
 @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 {
-  width: 9em;
+  min-width: 9em;
   border-right: 1px solid #CCD0DD;
 }
 
@@ -77,4 +81,4 @@
 .person-icon {
   margin: 0px 3px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
-}
\ No newline at end of file
+}