~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to style.css

  • Committer: Umang Varma
  • Date: 2012-07-25 03:26:43 UTC
  • Revision ID: git-v1:492b83b785d2f4be607a7f2795d3ad05db3dcff7
Added text color editing support

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
      color-stop (0, $bg_start),
26
26
      color-stop (0.66, $bg_end));
27
27
}
 
28
 
 
29
GtkWindow#main-window GtkBox GtkSourceView
 
30
{
 
31
    color: $text_color;
 
32
}