Skip to content

Commit

Permalink
changed border colors
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheBerman committed Mar 1, 2011
1 parent 33f62af commit fb8fcec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clean.css
Original file line number Diff line number Diff line change
Expand Up @@ -1472,8 +1472,8 @@ div.form-item-info {
border: 1px solid #fff;
}
.page-numbers.current {
background-color: #808185;
border: 1px solid #808185;
background-color: #888;
border: 1px solid #888;
color: #fff;
font-weight: bold;
}
Expand Down Expand Up @@ -1512,7 +1512,7 @@ div.form-item-info {
}
.popup {
background-color: #fff;
border: solid 10px #ae0000;
border: solid 10px #bbb;
-moz-box-shadow: 2px 2px 5px #000;
-webkit-box-shadow: 2px 2px 5px #000;
box-shadow: 2px 2px 5px #000;
Expand Down

0 comments on commit fb8fcec

Please sign in to comment.