diff --git a/html/admin/css/layout.css b/html/admin/css/layout.css
index d0db2d7df6..719c59a7ea 100644
--- a/html/admin/css/layout.css
+++ b/html/admin/css/layout.css
@@ -50,10 +50,6 @@ input {
font-size: 16px;
}
-.modal-header .arangoHeader {
- color: black !important;
-}
-
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
background: #788f3d;
}
diff --git a/html/admin/css/modal.css b/html/admin/css/modal.css
index b77f87d976..96df81658d 100644
--- a/html/admin/css/modal.css
+++ b/html/admin/css/modal.css
@@ -163,7 +163,24 @@
}
.modal-header {
+ margin-top: 5px;
+ background-color: #686766;
border-bottom: 0 !important;
+ padding-top: 4px;
+}
+
+.modal-header .arangoHeader {
+ position: relative;
+ top: 3px;
+}
+
+.modal-header .close {
+ color: #FFFFFF;
+ opacity: 0.5;
+}
+
+.modal-header .close:hover {
+ opacity: 1;
}
.modal-body .glyphicon-info-sign {