~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to style.css

  • Committer: Zheng-Ling Lai
  • Date: 2018-08-18 16:08:03 UTC
  • mto: This revision was merged to the branch mainline in revision 158.
  • Revision ID: git-v1:dc2742f73c31ee7ad3f7ff96acadede34a3b34fe
Fix unchangable text color

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    background-color: $bgcolor_hex;
24
24
    color: $text_color;
25
25
}
 
26
 
 
27
#txt-note text
 
28
{
 
29
    color: $text_color;
 
30
    background-color: transparent;
 
31
}
 
32
 
26
33
#txt-note text selection
27
34
{
28
35
    color: $bgcolor_hex;