~ci-train-bot/ubuntu-themes/ubuntu-themes-ubuntu-yakkety-2090

« back to all changes in this revision

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

  • Committer: Bileto Bot
  • Author(s): will at whizzy
  • Date: 2016-09-26 13:39:13 UTC
  • mfrom: (494.3.9 ubuntu-themes)
  • Revision ID: ci-train-bot@canonical.com-20160926133913-qcu1eea57k6arvj7
Improvements for HiDPI.  Includes new icons and moves a lot of assets to use gtk-scaled to suit both normal and hidpi resolutions. (LP: #1549490)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.primary-toolbar .entry,
2
2
menubar toolbar entry,
3
3
headerbar entry {
4
 
    border-image: url("assets/radiance-entry-toolbar.png") 10 12 10 12 / 10px 12px 10px 12px stretch;
 
4
    border-image: -gtk-scaled(url("assets/radiance-entry-toolbar.png"),url("assets/radiance-entry-toolbar@2.png")) 10 12 10 12 / 10px 12px 10px 12px stretch;
5
5
}
6
6
 
7
7
primary-toolbar entry:focus,
8
8
menubar toolbar entry:focus,
9
9
headerbar entry:focus {
10
 
    border-image: url("assets/radiance-entry-toolbar-focused.png") 10 12 10 12 / 10px 12px 10px 12px stretch;
 
10
    border-image: -gtk-scaled(url("assets/radiance-entry-toolbar-focused.png"),url("assets/radiance-entry-toolbar-focused@2.png")) 10 12 10 12 / 10px 12px 10px 12px stretch;
11
11
}
12
12
 
13
13
.primary-toolbar combobox entry button,