mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03: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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user