~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to style.css

  • Committer: Umang Varma
  • Date: 2018-09-08 16:04:57 UTC
  • mto: This revision was merged to the branch mainline in revision 158.
  • Revision ID: git-v1:84e780a2122b840b22c93f73e37779fd88da9da4
Minor changes to @jamesljlster's PR

Show diffs side-by-side

added added

removed removed

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