Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/third_party/closure/goog/css/tooltip.css
4505 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
@provide 'goog.css.tooltip';
9
10
.goog-tooltip {
11
background: #ffe;
12
border: 1px solid #999;
13
border-width: 1px 2px 2px 1px;
14
padding: 6px;
15
z-index: 30000;
16
}
17
18