~larsu/ubuntu-themes/gedit-fixes

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Lars Uebernickel
  • Date: 2014-01-08 12:49:31 UTC
  • mfrom: (330.1.1 ubuntu-themes)
  • Revision ID: tarmac-20140108124931-tvjpti44chwoaf08
Use outline attributes for focus
  
Unico is now looking at those to find out how to render the focus ring.

Approved by PS Jenkins bot, Andrea Cimitan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
    /*-unico-arrow-texture: url("assets/combobox-arrow.png");*/
65
65
 
66
 
    -unico-focus-border-color: alpha (@selected_bg_color, 0.5);
67
 
    -unico-focus-border-radius: 5;
68
 
    -unico-focus-fill-color: alpha (@selected_bg_color, 0.1);
 
66
    /* To avoid using custom attributes, unico looks at the outline attributes
 
67
     * to find out how to render the focus ring.
 
68
     */
 
69
    outline-color: alpha (@selected_bg_color, 0.5);
 
70
    outline-offset: 5px;
69
71
}
70
72
 
71
73
GtkWindow {