UNPKG

accessibility-developer-tools

Version:

This is a library of accessibility-related testing and utility code.

26 lines (20 loc) 496 B
/* * 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. */ /* Author: pupius@google.com (Daniel Pupius) */ /* goog.ui.FilterObservingMenuItem */ .goog-filterobsmenuitem { padding: 2px 5px; margin: 0; list-style: none; } .goog-filterobsmenuitem-highlight { background-color: #4279A5; color: #FFF; } .goog-filterobsmenuitem-disabled { color: #999; }