theme: clean up dialogs

This commit is contained in:
Jakub Steiner
2015-01-16 01:39:52 +01:00
committed by Florian Müllner
parent a0df7aa2b8
commit b30ecd29d8
9 changed files with 409 additions and 456 deletions

View File

@ -653,7 +653,7 @@ const RestartMessage = new Lang.Class({
_init : function(message) {
this.parent({ shellReactive: true,
styleClass: 'restart-message',
styleClass: 'restart-message headline',
shouldFadeIn: false,
destroyOnClose: true });