Sha256: 795a59d2f66a5f7af4a8813ccc49624b553a5ad476b087a664e4dbc5596f499e
Contents?: true
Size: 653 Bytes
Versions: 6
Compression:
Stored size: 653 Bytes
Contents
/* * Copyright 2010 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. */ /* * Standard styling for buttons created by goog.ui.Css3MenuButtonRenderer. * * @author attila@google.com (Attila Bodis) * @author dalewis@google.com (Darren Lewis) */ /* Dropdown arrow style. */ .goog-css3-button-dropdown { height: 16px; width: 7px; /* Client apps may override the URL at which they serve the sprite. */ background: url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -388px 0; vertical-align: top; margin-left: 3px; }
Version data entries
6 entries across 6 versions & 2 rubygems