~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to style.css

  • Committer: Umang Varma
  • Date: 2018-06-02 01:50:48 UTC
  • Revision ID: git-v1:7cedcd475da0881606b39f10d7bc18fa3714b914
ColorsĀ areĀ back

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * 
19
19
 */
20
20
 
21
 
GtkWindow#main-window
 
21
#main-window, #txt-note
22
22
{
23
23
    background-color: $bgcolor_hex;
24
 
}
25
 
 
26
 
GtkSourceView
27
 
{
28
24
    color: $text_color;
29
25
}
30
 
GtkSourceView:selected
 
26
#txt-note text selection
31
27
{
32
28
    color: $bgcolor_hex;
33
29
    background-color: $text_color;