Skip to content

Commit e7b2e5c

Browse files
committed
OngoingFactEntry: add dedicated style-class
This is a backport of ``4e2827c581a0c93b62aa021d8acd3aac25d25c36``. All credit goes to (@camlafit). Ref.:i#111
1 parent d3c3b09 commit e7b2e5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extension/widgets/ongoingFactEntry.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ var OngoingFactEntry = new Lang.Class({
4848
name: 'searchEntry',
4949
can_focus: true,
5050
track_hover: true,
51-
hint_text: _("Enter activity...")
51+
hint_text: _("Enter activity..."),
52+
style_class: "search-entry"
5253
});
5354

5455
this._controller = controller;

0 commit comments

Comments
 (0)