style: dialogs

This commit is contained in:
Frédéric Péters 2018-03-25 17:13:11 +02:00
parent 302da15b9b
commit 110363f6ed
1 changed files with 7 additions and 9 deletions

View File

@ -109,7 +109,7 @@ div.ui-widget-overlay {
left: 0;
width: 100%;
height: 100%;
opacity: 0.3;
opacity: 0.7;
z-index: 1000;
}
@ -132,16 +132,16 @@ div.ui-dialog {
position: absolute;
.ui-dialog-titlebar {
background: #eee;
background: white;
border-radius: 0;
border: none;
position: relative;
padding: 0.4em 1em;
padding: 0.7em 1em;
cursor: move;
text-align: left;
.ui-dialog-title {
font-size: 130%;
font-size: 140%;
font-weight: normal;
}
@ -156,9 +156,8 @@ div.ui-dialog {
color: transparent;
.ui-icon-closethick::after {
color: #333;
content: "\f00d"; /* fa-times */
font-family: FontAwesome;
padding-top: 5px;
content: "×";
font-size: 120%;
display: block;
}
.ui-button-text {
@ -186,8 +185,7 @@ div.ui-dialog {
.ui-dialog-buttonpane {
position: relative;
background: #eee;
border-top: 1px solid #aaaaaa;
background: white;
margin-top: 0.5em;
padding: 0.3em 1em 0.5em 0.4em;
.ui-dialog-buttonset {