vendor/assets/stylesheets/popover.css.scss in flashgrid-1.0.8 vs vendor/assets/stylesheets/popover.css.scss in flashgrid-1.0.9
- old
+ new
@@ -8,14 +8,17 @@
background-clip: padding-box;
background-color: rgba(255,255,255,1);
border: 1px solid rgba(217,222,225,1);
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
display: none;
+ font-style: normal;
left: 0;
max-width: 276px;
position: absolute;
text-align: left;
+ text-decoration: none;
+ text-transform: none;
top: 0;
white-space: normal;
z-index: 1010;
}
.popover.top { margin-top: -10px; }
@@ -25,18 +28,21 @@
.popover-title {
background-color: rgba(236,238,241,1);
border-bottom: 1px solid rgba(217,222,225,1);
color: rgba(71,74,84,1);
font-size: 14px;
+ font-weight: bold;
line-height: 18px;
margin: 0;
padding: 10px 15px 8px 15px;
}
.popover-title:empty { display: none; }
.popover-content {
background-color: rgba(255,255,255,1);
color: rgba(43,50,53,1);
+ font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
font-size: 14px;
+ font-weight: normal;
line-height: 20px;
padding: 10px 15px;
}
.popover .arrow,
.popover .arrow:after {
\ No newline at end of file