23b52705e283afba043758b83e1acea71a5b234f
[vuplus_webkit] / Websites / bugs.webkit.org / skins / standard / panel.css
1 body
2   {
3     font-family:       sans-serif;
4     font-size:        10pt;
5     background-color:  white;
6   }
7
8 ul
9   {
10     padding-left: 12px;
11   }
12
13 radio
14   {
15     -moz-user-select: ignore;
16   }
17
18 .text-link
19   {
20     margin-left:      3px;
21   }
22
23 .text-link:hover
24   {
25     text-decoration:  underline;
26     cursor:           pointer;
27   }
28
29 .descriptive-content
30   {
31     color:            #AAAAAA;
32   }
33
34 .descriptive-content[focused=true]
35   {
36     color:            black;
37   }