Active application's button isn't highlighted on the panel

Bug #1705034 reported by Oleg Moiseichuk
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
ubuntu-themes (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

When using Radiance theme in Gnome Flashback session in 16.04 LTS, active application's button is not highlighted on the panel. In Ambiance theme active application's button is highlighted by the darker color. Comparison of the gnome-panel.css in /usr/share/themes/Ambiance/gtk-3.0/apps and /usr/share/themes/Radiance/gtk-3.0/apps showed the absence of some code in Radiance theme.
Adding the fragment of code from Ambiance gnome-panel.css to Radiance respective file fixes the issue (possibly some adjustment of values is needed, as this code is related to dark Ambiance theme, rather than light Radiance theme).
Here's the mentioned code fragment:

PanelApplet .button:checked {
    background-image: -gtk-gradient (linear, left top, left bottom,
                                     from (shade (@dark_bg_color, 0.95)),
                                     to (shade (@dark_bg_color, 1.1)));
}

PanelApplet .button:checked:prelight {
    background-image: -gtk-gradient (linear, left top, left bottom,
                                     from (shade (@dark_bg_color, 1.15)),
                                     to (shade (@dark_bg_color, 1.3)));
}

PanelApplet .button:checked:prelight:active {
    border-image: none;
    background-image: -gtk-gradient (linear, left top, left bottom,
                                     from (shade (@dark_bg_color, 0.75)),
                                     to (shade (@dark_bg_color, 0.9)));
    border-color: shade (@dark_bg_color, 0.8);
}

Tags: xenial
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in ubuntu-themes (Ubuntu):
status: New → Confirmed
tags: added: xenial
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.