Sha256: 515f87be157b5b7ddcd9d3bfd5521dd750e4dfc199080299bc920db92fdef7d9
Contents?: true
Size: 551 Bytes
Versions: 8
Compression:
Stored size: 551 Bytes
Contents
/* * 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%; }
Version data entries
8 entries across 8 versions & 3 rubygems