theme - clean up modal dialog text styles

Use the new default text style in the modal dialogs. Also create
a common subject text style to be use in the dialogs.

https://bugzilla.gnome.org/show_bug.cgi?id=668209
This commit is contained in:
Allan Day 2012-02-29 08:58:56 +01:00
parent 1f5a27d5c5
commit 01696f19e8

View File

@ -1651,12 +1651,20 @@ StScrollBar StButton#vhandle:hover
}
/* Modal Dialogs */
/* Dialog Subject Text Style */
.show-processes-dialog-subject,
.mount-question-dialog-subject,
.end-session-dialog-subject {
font-size: 14pt;
font-weight: bold;
color: #999999;
}
.modal-dialog {
font-size: 12pt;
border-radius: 24px;
background-color: rgba(0.0, 0.0, 0.0, 0.9);
border: 2px solid #868686;
color: #babdb6;
padding-right: 42px;
padding-left: 42px;
@ -1721,9 +1729,6 @@ StScrollBar StButton#vhandle:hover
}
.end-session-dialog-subject {
font-size: 12pt;
font-weight: bold;
color: #666666;
padding-top: 10px;
padding-left: 17px;
padding-bottom: 30px;
@ -1751,6 +1756,7 @@ StScrollBar StButton#vhandle:hover
}
.end-session-dialog-shutdown-icon {
color: #bebebe;
width: 32px;
height: 32px;
}
@ -1817,9 +1823,6 @@ StScrollBar StButton#vhandle:hover
.show-processes-dialog-subject,
.mount-question-dialog-subject {
font-size: 12pt;
font-weight: bold;
color: #666666;
padding-top: 10px;
padding-left: 17px;
padding-bottom: 6px;