~c-lobrano/ubuntu-themes/bug-1721102

« back to all changes in this revision

Viewing changes to Ambiance/gtk-3.20/gtk-widgets.css

  • Committer: Didier Roche
  • Date: 2017-10-03 09:42:41 UTC
  • Revision ID: didier.roche@canonical.com-20171003094241-z9vh892nplrp7h3n
Fix suggested actions hovering color on unfocused window.

Show diffs side-by-side

added added

removed removed

Lines of Context:
451
451
                                     to (shade (#3eb34f, 0.85)));
452
452
}
453
453
 
 
454
headerbar button.suggested-action:backdrop:hover {
 
455
    background-image: -gtk-gradient (linear, left top, left bottom,
 
456
                                     from (shade (#3eb34f, 1.20)),
 
457
                                     color-stop (0.5, #3eb34f),
 
458
                                     to (shade (#3eb34f, 0.85)));
 
459
}
 
460
 
454
461
headerbar button.suggested-action:active {
455
462
    background-image: -gtk-gradient (linear, left top, left bottom,
456
463
                                     from (shade (#3eb34f, 1.01)),