mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 02:29:21 -02:30
Modified styling of modal dialog.
This commit is contained in:
@@ -487,3 +487,33 @@
|
||||
.modal-input-xlarge {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
|
||||
/* overrides to TB modal */
|
||||
.modal-header {
|
||||
padding: 15px 15px;
|
||||
border-bottom: 1px solid #eee;
|
||||
background-color: #36454F;
|
||||
color: #A9A9A9;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
-moz-border-top-left-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-moz-border-top-right-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
|
||||
.modal {
|
||||
border: 1px solid #36454F;
|
||||
}
|
||||
|
||||
.close {
|
||||
color: #A9A9A9;
|
||||
opacity: .7;
|
||||
filter: alpha(opacity=70);
|
||||
}
|
||||
|
||||
.modal-header h3 {
|
||||
margin: 0;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
2
ansibleworks/ui/static/css/bootstrap.css
vendored
2
ansibleworks/ui/static/css/bootstrap.css
vendored
@@ -5198,7 +5198,7 @@ input[type="submit"].btn.btn-mini {
|
||||
border: 1px solid #999;
|
||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||
*border: 1px solid #999;
|
||||
-webkit-border-radius: 6px;
|
||||
*-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
outline: none;
|
||||
|
||||
Reference in New Issue
Block a user