/*
* Copyright 2007 The Closure Library Authors. All Rights Reserved.
*
* Use of this source code is governed by the Apache License, Version 2.0.
* See the COPYING file for details.
*/
/* goog.ui.FilterObservingMenuItem */
@provide 'goog.css.filterobservingmenuitem';
.goog-filterobsmenuitem {
padding: 2px 5px;
margin: 0;
list-style: none;
}
.goog-filterobsmenuitem-highlight {
background-color: #4279A5;
color: #FFF;
}
.goog-filterobsmenuitem-disabled {
color: #999;
}