[Bug 1186633] Re: gedit find box background should turn red when text is not found

2014-01-13 Thread Sebastien Bacher
The issue should be fixed in trusty with the current theme version https://launchpad.net/ubuntu/+source/ubuntu- themes/13.04+14.04.20140109-0ubuntu1 ** Changed in: ubuntu-themes (Ubuntu) Importance: Undecided = Low ** Changed in: ubuntu-themes (Ubuntu) Status: New = Fix Released **

[Bug 1186633] Re: gedit find box background should turn red when text is not found

2014-01-13 Thread Adam Dingle
Yes - I can confirm this works now. Thanks for the fix! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1186633 Title: gedit find box background should turn red when text is not found To manage

[Bug 1186633] Re: gedit find box background should turn red when text is not found

2013-12-22 Thread Adam Dingle
This still occurs in Trusty. In the discussion on the upstream bug the gedit developers said they believe that this CSS should be added to each theme individually, and marked it NOTABUG. I know this may not be ideal, but could we add this CSS to Ambiance/Radiance nevertheless? It would improve

[Bug 1186633] Re: gedit find box background should turn red when text is not found

2013-06-13 Thread Bug Watch Updater
** Changed in: gedit Status: Unknown = Invalid ** Changed in: gedit Importance: Unknown = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1186633 Title: gedit find box background

[Bug 1186633] Re: gedit find box background should turn red when text is not found

2013-06-12 Thread Sebastien Bacher
Reported upstream to https://bugzilla.gnome.org/show_bug.cgi?id=702120 It doesn't make sense that every theme has to ship that hook, gedit just uses @error_bg_color, which can be defined by the theme without having to include gedit specific bits ** Bug watch added: GNOME Bug Tracker #702120

[Bug 1186633] Re: gedit find box background should turn red when text is not found

2013-06-03 Thread Sebastien Bacher
Thanks Adam, looking to the upstream theme, we should add that to the gedit.css shipped with the theme (it's in gnome-applications.css upstream): GeditViewFrame .gedit-search-slider .not-found { color: @error_fg_color; background-image: none; background-color: @error_bg_color; }