Skip to Content

CSS File

URL: https://www.gstatic.com/charts/49/css/core/tooltip.css
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Wed, 08 Jul 2020 22:32:32 GMT
Download Time: Less than a second
Cookies: None
Size: 2 KB
Rules: 10 style rules
Imports: 0 stylesheets
HTTP Headers:  11 headers
Links In:  1 pages
  
OK Issues: No issues found

1/* Copyright 2012 Google Inc. All Rights Reserved. */

2

3.google-visualization-tooltip-action:hover {

4 background-color: #eeeeee;

5}

6.google-visualization-tooltip {

7 border:solid 1px #bdbdbd;

8 border-radius: 2px;

9 background-color: white;

10 position: absolute;

11 box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6);

12 font-size: 12px;

13 padding: 0px;

14 -moz-box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6);

15 -webkit-box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6);

16 z-index: 10000;

17}

18.google-visualization-tooltip-action-list {

19 list-style-type: none;

20 margin: 0;

21 padding: 0.5em 0em 0.5em 0em;

22 cursor: hand;

23}

24.google-visualization-tooltip-action {

25 margin: 0;

26 cursor: pointer;

27 padding: 0.5em 2em 0.5em 1em;

28}

29.google-visualization-tooltip-action:hover {

30 background-color: #eeeeee;

31}

32.google-visualization-tooltip-item-list {

33 list-style-type: none;

34 margin: 1em 0 1em 0;

35 padding: 0em;

36}

37.google-visualization-tooltip-item {

38 margin: 0.65em 0em 0.65em 0em;

39 padding: 0em 2em 0em 1em;

40}

...

</html>