UNPKG

accessibility-developer-tools

Version:

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

31 lines (25 loc) 551 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.FilteredMenu */ .goog-menu-filter { margin: 2px; border: 1px solid silver; background: white; overflow: hidden; } .goog-menu-filter div { color: gray; position: absolute; padding: 1px; } .goog-menu-filter input { margin: 0; border: 0; background: transparent; width: 100%; }