Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #389 from mcvidanagama/master
Browse files Browse the repository at this point in the history
darkening popover box in old main css file
  • Loading branch information
mcvidanagama committed Jul 29, 2015
2 parents 2782619 + 7c27600 commit 293bd55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.05); }
background-color:#ffffff;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;border:1px solid #B1D1D8; -webkit-box-shadow:0 0 2px rgba(221, 235, 238, 0.4);-moz-box-shadow:0 0 2px rgba(221, 235, 238, 0.4);box-shadow:0 0 2px rgba(221, 235, 238, 0.4);white-space:normal; }


.popover_box { padding-bottom: 5px; background-color:#ffffff;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;border:1px solid #B1D1D8; -webkit-box-shadow:0 0 2px rgba(221, 235, 238, 0.6);-moz-box-shadow:0 0 2px rgba(221, 235, 238, 0.6);box-shadow:0 0 2px rgba(221, 235, 238, 0.6);white-space:normal; }
.popover_box { padding-bottom: 5px; background-color:#000000 ;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;border:1px solid #B1D1D8; -webkit-box-shadow:0 0 2px rgba(221, 235, 238, 0.6);-moz-box-shadow:0 0 2px rgba(221, 235, 238, 0.6);box-shadow:0 0 2px rgba(221, 235, 238, 0.6);white-space:normal; }
.issue_down { min-width: 578px; }
.issue_up { min-width: 168px; }
.issue_up .input_row { margin-bottom: 15px; }
Expand Down

0 comments on commit 293bd55

Please sign in to comment.