vendor/assets/stylesheets/popover.css.scss in flashgrid-2.3.0 vs vendor/assets/stylesheets/popover.css.scss in flashgrid-3.0.0
- old
+ new
@@ -5,11 +5,11 @@
/* #Popover
================================================== */
.popover {
background-clip: padding-box;
background: rgba(255,255,255,1);
- border: 1px solid rgba(217,222,225,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;
@@ -26,12 +26,12 @@
.popover.top { margin-top: -10px; }
.popover.right { margin-left: 10px; }
.popover.bottom { margin-top: 10px; }
.popover.left { margin-left: -10px; }
.popover-title {
- background: rgba(236,238,241,1);
- border-bottom: 1px solid rgba(217,222,225,1);
+ background: rgba(235,238,240,1);
+ border-bottom: 1px solid rgba(225,232,237,1);
color: rgba(71,74,84,1);
font-size: 14px;
font-weight: bold;
letter-spacing: 0;
line-height: 18px;
@@ -62,11 +62,11 @@
.popover .arrow:after {
border-width: 10px;
content: "";
}
.popover.top .arrow {
- border-top-color: rgba(236,238,241,1);
+ border-top-color: rgba(235,238,240,1);
border-bottom-width: 0;
bottom: -11px;
left: 50%;
margin-left: -11px;
}
@@ -75,11 +75,11 @@
border-bottom-width: 0;
bottom: 1px;
margin-left: -10px;
}
.popover.right .arrow {
- border-right-color: rgba(236,238,241,1);
+ border-right-color: rgba(235,238,240,1);
border-left-width: 0;
left: -11px;
margin-top: -11px;
top: 50%;
}
@@ -88,11 +88,11 @@
border-left-width: 0;
bottom: -10px;
left: 1px;
}
.popover.bottom .arrow {
- border-bottom-color: rgba(236,238,241,1);
+ border-bottom-color: rgba(235,238,240,1);
border-top-width: 0;
left: 50%;
margin-left: -11px;
top: -11px;
}
@@ -101,10 +101,10 @@
border-top-width: 0;
margin-left: -10px;
top: 1px;
}
.popover.left .arrow {
- border-left-color: rgba(236,238,241,1);
+ border-left-color: rgba(235,238,240,1);
border-right-width: 0;
margin-top: -11px;
right: -11px;
top: 50%;
}
\ No newline at end of file