Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #21 from WrinklyNinja/material-spec-tweaks
Browse files Browse the repository at this point in the history
Better match Material Design spec.
  • Loading branch information
ebidel committed Dec 31, 2014
2 parents 3c68ebc + 018bd49 commit 5631d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
.core-tooltip {
position: absolute;
font-size: 10px;
font-family: sans-serif;
font-weight: 500;
padding: 8px;
color: white;
background-color: rgba(0,0,0,0.8);
background-color: rgba(0, 0, 0, 0.9);
box-sizing: border-box;
border-radius: 3px; /* TODO: not in spec. */
white-space: nowrap;
Expand Down

0 comments on commit 5631d73

Please sign in to comment.