vendor/assets/stylesheets/popover.css.scss in flashgrid-4.0.6 vs vendor/assets/stylesheets/popover.css.scss in flashgrid-4.0.7
- old
+ new
@@ -6,11 +6,10 @@
================================================== */
.popover {
background-clip: padding-box;
background: rgba(255,255,255,1);
border: 1px solid rgba(225,232,237,1);
- box-shadow: 0 1px 3px rgba(0,0,0,0.1);
display: none;
float: none;
font-style: normal;
letter-spacing: 0;
left: 0;
@@ -26,18 +25,18 @@
.popover.top { margin-top: -10px; }
.popover.right { margin-left: 10px; }
.popover.bottom { margin-top: 10px; }
.popover.left { margin-left: -10px; }
.popover-title {
- background: rgba(235,238,240,1);
+ background: rgba(245,248,250,1);
border-bottom: 1px solid rgba(225,232,237,1);
- color: rgba(71,74,84,1);
+ color: rgba(43,50,53,1);
font-size: 14px;
font-weight: bold;
letter-spacing: 0;
line-height: 18px;
margin: 0;
- padding: 10px 15px 8px 15px;
+ padding: 10px 15px;
}
.popover-title:empty { display: none; }
.popover-content {
background: rgba(255,255,255,1);
color: rgba(43,50,53,1);
\ No newline at end of file