vendor/assets/stylesheets/popover.css.scss in flashgrid-1.0.20 vs vendor/assets/stylesheets/popover.css.scss in flashgrid-1.0.21

- old
+ new

@@ -4,19 +4,20 @@ /* #Popover ================================================== */ .popover { background-clip: padding-box; - background-color: rgba(255,255,255,1); + background: 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; float: none; font-style: normal; letter-spacing: 0; left: 0; - width: 276px; + max-width: 276px; + min-width: 236px; position: absolute; text-align: left; text-decoration: none; text-transform: none; top: 0; @@ -26,11 +27,11 @@ .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { - background-color: rgba(236,238,241,1); + background: 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; letter-spacing: 0; @@ -38,10 +39,10 @@ margin: 0; padding: 10px 15px 8px 15px; } .popover-title:empty { display: none; } .popover-content { - background-color: rgba(255,255,255,1); + background: 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; letter-spacing: 0; \ No newline at end of file