~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to style.css

  • Committer: Umang Varma
  • Date: 2012-05-27 20:12:12 UTC
  • Revision ID: git-v1:3d78c75f16e5599ff762da3d99e76542f64cecee
Initial commit. Somewhat working sticky notes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GtkTextView
 
2
{
 
3
        /*background-image-source: -gtk-gradient(linear,
 
4
                left top, right bottom,
 
5
                from(#ff0), to(#0ff));*/
 
6
        background-color:transparent;
 
7
}
 
8
GtkWindow
 
9
{
 
10
        background-image: -gtk-gradient(linear,
 
11
                left top, left bottom,
 
12
                from(#ff7), to(#fe0));
 
13
}
 
14
GtkButton
 
15
{
 
16
        background:transparent;
 
17
}