/* $Id: TimestampRangePicker.css 25 2007-07-24 03:33:10Z unicinfo $
   Copyright (c) 2004 Kurt M. Brown, x2ii.info.
   This file is subject to the terms and conditions of the GNU General Public
   License. See the file COPYING for more details.
*/

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

hbox.matches {
    border: 1px solid #90ee90;
    font-weight: bold;
    background-color: #a0ffa0;
    -moz-border-radius: 4px;
}
hbox.does-not-match {
    border: 1px solid transparent;
}

