Skip to content

Commit

Permalink
superhero: popover styling, fixes thomaspark#82
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Mar 7, 2013
1 parent 9f0a62f commit ebec9e6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions superhero/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5386,7 +5386,7 @@ input[type="submit"].btn.btn-mini {
padding: 1px;
text-align: left;
white-space: normal;
background-color: #ffffff;
background-color: #45515f;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
Expand Down Expand Up @@ -5422,8 +5422,8 @@ input[type="submit"].btn.btn-mini {
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
background-color: #3f4956;
border-bottom: 1px solid #343d47;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
Expand Down Expand Up @@ -5468,7 +5468,7 @@ input[type="submit"].btn.btn-mini {
.popover.top .arrow:after {
bottom: 1px;
margin-left: -10px;
border-top-color: #ffffff;
border-top-color: #45515f;
border-bottom-width: 0;
}

Expand All @@ -5484,7 +5484,7 @@ input[type="submit"].btn.btn-mini {
.popover.right .arrow:after {
bottom: -10px;
left: 1px;
border-right-color: #ffffff;
border-right-color: #45515f;
border-left-width: 0;
}

Expand All @@ -5500,7 +5500,7 @@ input[type="submit"].btn.btn-mini {
.popover.bottom .arrow:after {
top: 1px;
margin-left: -10px;
border-bottom-color: #ffffff;
border-bottom-color: #45515f;
border-top-width: 0;
}

Expand All @@ -5516,7 +5516,7 @@ input[type="submit"].btn.btn-mini {
.popover.left .arrow:after {
right: 1px;
bottom: -10px;
border-left-color: #ffffff;
border-left-color: #45515f;
border-right-width: 0;
}

Expand Down Expand Up @@ -6975,4 +6975,4 @@ label {

.affix {
position: fixed;
}
}
2 changes: 1 addition & 1 deletion superhero/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions superhero/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@
@tooltipArrowWidth: 5px;
@tooltipArrowColor: @tooltipBackground;

@popoverBackground: #fff;
@popoverBackground: @wellBackground;
@popoverArrowWidth: 10px;
@popoverArrowColor: #fff;
@popoverArrowColor: @wellBackground;
@popoverTitleBackground: darken(@popoverBackground, 3%);

// Special enhancement for popovers
Expand Down

0 comments on commit ebec9e6

Please sign in to comment.