Changes

Jump to navigation Jump to search
no edit summary
Line 745: Line 745:
   margin-bottom: -20px;
   margin-bottom: -20px;
   background: rgba(68, 167, 85, 0.8) !important; }
   background: rgba(68, 167, 85, 0.8) !important; }
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #44A755 !important;
  border-bottom: 1px solid #44A755 !important;
  border-radius: 5px 5px 0 0;}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #44A755 !important;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;}

Navigation menu