~ci-train-bot/ubuntu-themes/ubuntu-themes-ubuntu-zesty-2410

« back to all changes in this revision

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

  • Committer: Bileto Bot
  • Author(s): Iain Lane
  • Date: 2017-01-26 11:52:32 UTC
  • mfrom: (526.1.1 trunk)
  • Revision ID: ci-train-bot@canonical.com-20170126115232-70ihltq75oa126de
gnome-software uses ".dim-label"; we need to style this

Show diffs side-by-side

added added

removed removed

Lines of Context:
2631
2631
/*****************************************************************************
2632
2632
 * states [please keep this section at the end of the file (CSS precedence)] *
2633
2633
 *****************************************************************************/
 
2634
.dim-label,
2634
2635
*:disabled {
2635
2636
    color: shade (@bg_color, 0.6);
2636
2637
    text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5);