Restyle flash modal. Fixes #458

This commit is contained in:
Tom MacWright
2013-01-23 15:27:47 -05:00
parent eefa22531c
commit fcf15718d1
4 changed files with 16 additions and 2 deletions
+11
View File
@@ -940,6 +940,17 @@ div.typeahead a:first-child {
display: block;
}
.modal-flash .content {
box-shadow: none;
border-radius: 4px;
background: #111;
color: #eee;
}
.modal-flash .close-modal {
display:none;
}
.changeset-list li {
border-top:1px solid #ccc;
padding:5px 10px;