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.goog-tooltip { 9 background: #ffe; 10 border: 1px solid #999; 11 border-width: 1px 2px 2px 1px; 12 padding: 6px; 13 z-index: 30000; 14} 15 16