~ttosttos/egtk/fix-1007728

« back to all changes in this revision

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

  • Committer: Daniel Fore
  • Date: 2012-04-25 22:45:10 UTC
  • Revision ID: daniel@elementaryos.org-20120425224510-anbhdtvx5pvi7byr
interactive trough backdrop, content view help buttons

Show diffs side-by-side

added added

removed removed

Lines of Context:
768
768
                     to (alpha (#000, 0.20)));
769
769
}
770
770
 
 
771
.check:backdrop,
 
772
.entry:backdrop,
 
773
.radio:backdrop,
 
774
GtkSwitch.trough:backdrop {
 
775
    background-image: -gtk-gradient (linear,
 
776
                                 left top,
 
777
                                 left bottom,
 
778
                                 from (shade (@base_color, 0.90)),
 
779
                                 to (@base_color));
 
780
 
 
781
    -unico-inner-stroke-gradient: -gtk-gradient (linear,
 
782
                    left top, left bottom,
 
783
                    from (alpha (#000, 0.07)),
 
784
                    to (alpha (#000, 0.04)));
 
785
}
 
786
 
771
787
 
772
788
/* Insensitive Trough */
773
789