Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/third_party/closure/goog/css/css3menubutton.css
3991 views
1
/*
2
* Copyright 2010 The Closure Library Authors. All Rights Reserved.
3
*
4
* Use of this source code is governed by the Apache License, Version 2.0.
5
* See the COPYING file for details.
6
*/
7
8
/*
9
* Standard styling for buttons created by goog.ui.Css3MenuButtonRenderer.
10
*/
11
12
@provide 'goog.css.css3menubutton';
13
14
/* Dropdown arrow style. */
15
.goog-css3-button-dropdown {
16
height: 16px;
17
width: 7px;
18
/* Client apps may override the URL at which they serve the sprite. */
19
background: url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -388px 0;
20
vertical-align: top;
21
margin-left: 3px;
22
}
23
24