File: panel.css

package info (click to toggle)
bugzilla 2.16.7-7sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,696 kB
  • ctags: 492
  • sloc: perl: 20,289; xml: 6,856; sh: 338; makefile: 211; python: 172
file content (37 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (2)
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;
  }