| Index: polymer_0.5.4/bower_components/core-tooltip/core-tooltip.css
|
| diff --git a/polymer_0.4.0/bower_components/core-tooltip/core-tooltip.css b/polymer_0.5.4/bower_components/core-tooltip/core-tooltip.css
|
| similarity index 97%
|
| copy from polymer_0.4.0/bower_components/core-tooltip/core-tooltip.css
|
| copy to polymer_0.5.4/bower_components/core-tooltip/core-tooltip.css
|
| index 19a7f332756ab49fdae355b63a1473aa28e06baf..aa24c39fcaaf357f9c9a056441e8cc699e332e39 100644
|
| --- a/polymer_0.4.0/bower_components/core-tooltip/core-tooltip.css
|
| +++ b/polymer_0.5.4/bower_components/core-tooltip/core-tooltip.css
|
| @@ -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;
|
|
|