mirror of https://gitee.com/bigwinds/arangodb
new modal header css
This commit is contained in:
parent
b8dd4b304b
commit
ba66e7782a
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue