summaryrefslogtreecommitdiffstats
path: root/skins/standard/panel.css
blob: 23b52705e283afba043758b83e1acea71a5b234f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
body
  {
    font-family:       sans-serif;
    font-size:        10pt;
    background-color:  white;
  }

ul
  {
    padding-left: 12px;
  }

radio
  {
    -moz-user-select: ignore;
  }

.text-link
  {
    margin-left:      3px;
  }

.text-link:hover
  {
    text-decoration:  underline;
    cursor:           pointer;
  }

.descriptive-content
  {
    color:            #AAAAAA;
  }

.descriptive-content[focused=true]
  {
    color:            black;
  }