summaryrefslogtreecommitdiff
path: root/journal/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'journal/bootstrap.css')
-rw-r--r--journal/bootstrap.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/journal/bootstrap.css b/journal/bootstrap.css
index 45c8192d..5fcfbf68 100644
--- a/journal/bootstrap.css
+++ b/journal/bootstrap.css
@@ -4122,6 +4122,25 @@ div.subnav .nav > .active > a:hover {
.btn-primary.active {
background-color: #080808 \9;
}
+.modal {
+ -webkit-border-radius: 0px;
+ -moz-border-radius: 0px;
+ border-radius: 0px;
+ background: #fcfbfd;
+}
+.modal-header {
+ border-bottom: none;
+}
+.modal-header .close {
+ text-decoration: none;
+}
+.modal-footer {
+ background: transparent;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+ border-top: none;
+}
code,
pre,
pre.prettyprint,