theme: login & screen shield theming

This commit is contained in:
Jakub Steiner
2015-02-05 17:42:19 +01:00
committed by Florian Müllner
parent da49b8110e
commit 61be034c6d
7 changed files with 660 additions and 921 deletions

View File

@ -101,7 +101,7 @@ const NotificationsBox = new Lang.Class({
_init: function() {
this.actor = new St.BoxLayout({ vertical: true,
name: 'screenShieldNotifications',
style_class: 'screen-shield-notifications-box' });
style_class: 'screen-shield-notifications-container' });
this._scrollView = new St.ScrollView({ x_fill: false, x_align: St.Align.START,
hscrollbar_policy: Gtk.PolicyType.NEVER });