This commit is contained in:
menglingjun
2014-12-12 19:53:33 +08:00
parent b82e304f8f
commit 00f51639db

View File

@@ -154,3 +154,40 @@ body, html {
top: 2px; top: 2px;
color: #333 color: #333
} }
// modal
.modal {
background: -webkit-radial-gradient(center, circle contain, rgba(255,255,255,0.6) 0%, rgba(0,0,0,0.6) 100%);
}
.modal-content {
border-radius: 0;
}
.modal-header {
background: #fff;
color: #202430;
}
.modal-body {
background: #F8F9F9;
}
.modal-footer {
border-top: 0;
background: #F8F9F9;
.btn-default {
border-radius: 0;
color: #FFF;
background: #738089;
}
.btn-primary {
border-radius: 0;
background: #4A90E2;
}
}