~danrabbit/egtk/progress-text

« back to all changes in this revision

Viewing changes to gtk-3.0/toolbar.css

  • Committer: Daniel Fore
  • Date: 2012-07-01 22:47:48 UTC
  • Revision ID: daniel@elementaryos.org-20120701224748-dmlgiwy1myo5yq8e
add some horizontal treeview padding

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    border-color: shade (@bg_color, 0.50);
71
71
}
72
72
 
 
73
.secondary-toolbar.toolbar .button {
 
74
 
 
75
    -unico-border-gradient: -gtk-gradient (linear,
 
76
        left top, left bottom,
 
77
        from (shade (@bg_color, 0.74)),
 
78
        to (shade (@bg_color, 0.61)));
 
79
}
 
80
 
73
81
 
74
82
/******************
75
83
* Bottom Toolbars *