~untrusted-ci-dev-bot/ubuntu-themes/ubuntu-themes-ubuntu-yakkety-landing-004

« back to all changes in this revision

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

  • Committer: Bileto Bot
  • Author(s): will at whizzy
  • Date: 2016-07-06 21:29:30 UTC
  • mfrom: (486.1.1 ubuntu-themes)
  • Revision ID: ci-train-bot@canonical.com-20160706212930-j2xb8i3how3gs5vb
Adds specific border widths to left and right of GtkSwitch buttons to hide the overflowing background of the button. Fixes LP: #1594816 (LP: #1594816)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1476
1476
GtkSwitch {
1477
1477
    border-radius: 8px;
1478
1478
    padding: 0;
 
1479
    border-left-width: 1px;
 
1480
    border-right-width: 1px;
1479
1481
}
1480
1482
 
1481
1483
GtkSwitch.trough {