location: Style reason label

https://bugzilla.gnome.org/show_bug.cgi?id=762480
This commit is contained in:
Zeeshan Ali (Khattak) 2016-03-04 18:02:47 +00:00
parent e86c2826ef
commit ff19e411a2

View File

@ -417,7 +417,7 @@ const GeolocationDialog = new Lang.Class({
this._title = new St.Label({ style_class: 'geolocation-dialog-title headline' });
messageBox.add_actor(this._title);
this._reason = new St.Label();
this._reason = new St.Label({ style_class: 'geolocation-dialog-reason' });
messageBox.add_actor(this._reason);
this._privacyNote = new St.Label();