~flexiondotorg/ubuntu-themes/lp1478173

« back to all changes in this revision

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

  • Committer: Bileto Bot
  • Author(s): Iain Lane
  • Date: 2016-09-08 14:42:48 UTC
  • mfrom: (508.2.1 ubuntu-themes)
  • Revision ID: ci-train-bot@canonical.com-20160908144248-xlo4gwv64nc08bzx
Fix combobox menus having a black line down the left hand side

Show diffs side-by-side

added added

removed removed

Lines of Context:
793
793
    background-color: @bg_color;
794
794
    border-bottom-color: shade (@bg_color, 0.66);
795
795
    border-right-color: shade (@bg_color, 0.7);
 
796
    border-left-color: shade (@bg_color, 0.7);
796
797
    border-top-color: shade (@bg_color, 0.8);
797
798
    border-style: solid;
798
799
    padding: 0;