~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to style.css

  • Committer: Umang Varma
  • Date: 2015-07-01 21:29:04 UTC
  • Revision ID: git-v1:d879b9a7f5679261f166d28a41cf13d6d722353e
Selected text color issue fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    background-color: $bgcolor_hex;
24
24
}
25
25
 
26
 
GtkWindow#main-window GtkBox GtkSourceView
 
26
GtkSourceView
27
27
{
28
28
    color: $text_color;
29
 
    background-color:$bgcolor_hex;
 
29
}
 
30
GtkSourceView:selected
 
31
{
 
32
    color: $bgcolor_hex;
 
33
    background-color: $text_color;
30
34
}