~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to style.css

  • Committer: Umang Varma
  • Date: 2012-07-12 22:13:15 UTC
  • Revision ID: git-v1:371cb620c82027da2bbed94fcb9313aaad35f9f9
Specified SourceView not TextView in style.css

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * 
19
19
 */
20
20
 
21
 
GtkTextView
 
21
GtkSourceView
22
22
{
23
23
        background-color:transparent;
24
24
}
25
 
GtkTextView:selected
 
25
GtkSourceView:selected
26
26
{
27
27
        background-color:#FFA500;
28
28
        color:#000;