~unity-team/light-themes/lim-themes

« back to all changes in this revision

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

  • Committer: Marco Trevisan (Treviño)
  • Date: 2012-02-10 11:29:32 UTC
  • Revision ID: mail@3v1n0.net-20120210112932-mepqwxzhup7pl1qz
Ambiance, Radiance: added backdrop style for unity panel menubar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6);
26
26
@define-color dark_bg_color #dfd7cf;
27
27
@define-color dark_fg_color @fg_color;
 
28
@define-color dark_backdrop_fg_color #a39e9a;
28
29
@define-color transparent rgba (0, 0, 0, 0);
29
30
 
30
31
@import url("gtk-widgets.css");