~ubuntu-art-pkg/light-themes/trunk

« back to all changes in this revision

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

  • Committer: Andrea Cimitan
  • Date: 2011-06-22 15:47:56 UTC
  • Revision ID: andrea.cimitan@canonical.com-20110622154756-85ud71h7uqtrp26e
And adjust text-shadow for them

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
}
225
225
 
226
226
.button.default {
 
227
    text-shadow: 0 1 alpha (shade (@selected_bg_color, 1.26), 0.4);
227
228
    background-image: -gtk-gradient (linear, left top, left bottom,
228
229
                                     from (mix (shade (@theme_selected_bg_color, 1.1), @theme_bg_color, 0.3)),
229
230
                                     to (mix (shade (@theme_selected_bg_color, 0.9), @theme_bg_color, 0.3)));