~lucazade/light-themes/gnome-panel-borders

« back to all changes in this revision

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

  • Committer: Andrea Cimitan
  • Date: 2011-07-22 19:26:48 UTC
  • Revision ID: andrea.cimitan@canonical.com-20110722192648-10edptw8x5wznmfy
More love for the spinbutton

Show diffs side-by-side

added added

removed removed

Lines of Context:
852
852
/**************
853
853
 * spinbutton *
854
854
 **************/
855
 
GtkSpinButton.button {
 
855
 
 
856
GtkSpinButton.button,
 
857
.notebook GtkSpinButton.button {
 
858
    background-image: -gtk-gradient (linear, left top, left bottom,
 
859
                                     from (shade (@theme_bg_color, 1.1)),
 
860
                                     to (shade (@theme_bg_color, 0.9)));
 
861
 
 
862
    -unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
 
863
                                           from (shade (@theme_bg_color, 0.65)),
 
864
                                           to (shade (@theme_bg_color, 0.7)));
 
865
 
856
866
    -unico-outer-stroke-style: none;
857
867
}
858
868
 
859
 
GtkSpinButton.button:insensitive {
 
869
GtkSpinButton.button:insensitive,
 
870
.notebook GtkSpinButton.button:insensitive {
860
871
    -unico-outer-stroke-style: none;
861
872
}
862
873