CSS corrections for the modal dialogs.
This commit is contained in:
parent
478e6971ac
commit
c7b6ef2c74
2 changed files with 9 additions and 5 deletions
|
@ -135,14 +135,18 @@ body .modal .modal-title {
|
|||
|
||||
body .modal-header {
|
||||
padding: 12px 15px;
|
||||
background: #3DD481;
|
||||
border-bottom: 4px solid #3A8154;
|
||||
background: #35B66F;
|
||||
border-bottom: 4px solid #2B995D;
|
||||
}
|
||||
|
||||
body .modal-header h3 {
|
||||
color: #FFF;
|
||||
font-size: 20px;
|
||||
text-shadow: 1px 1px 1px #134D13;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
body .modal-header .close {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -31,11 +31,11 @@ body .ui-dialog .ui-dialog-titlebar-close {
|
|||
}
|
||||
|
||||
body .ui-draggable .ui-dialog-titlebar {
|
||||
background: #3DD481;
|
||||
background: #35B66F;
|
||||
color: #FFF;
|
||||
font-size: 1.5em;
|
||||
text-shadow: 1px 1px 0px #327451;
|
||||
padding: 14px 10px;
|
||||
border: none;
|
||||
border-bottom: 4px solid #1A865F;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue