tooltip.css 322 B

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