Skip to content

Commit

Permalink
OngoingFactEntry: add dedicated style-class
Browse files Browse the repository at this point in the history
This is a backport of ``4e2827c581a0c93b62aa021d8acd3aac25d25c36``.
All credit goes to (@camlafit).

Ref.:i#111
  • Loading branch information
elbenfreund committed Apr 10, 2018
1 parent d3c3b09 commit e7b2e5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/widgets/ongoingFactEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ var OngoingFactEntry = new Lang.Class({
name: 'searchEntry',
can_focus: true,
track_hover: true,
hint_text: _("Enter activity...")
hint_text: _("Enter activity..."),
style_class: "search-entry"
});

this._controller = controller;
Expand Down

0 comments on commit e7b2e5c

Please sign in to comment.