Child: [ddf08c] (diff)

Download this file

jqfontselector.css    28 lines (28 with data), 478 Bytes

 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
ul.fontselector {
background: white;
border: 1px solid #ccc;
border-top: 0;
font-size: 14px;
float: left;
list-style: none;
margin: 0;
padding:0;
line-height: 1.2;
z-index: 10;
position: absolute;
}
ul.fontselector li {
margin: 0;
padding: 0;
list-style: none;
}
ul.fontselector a {
display: block;
padding: 3px;
color: black;
text-decoration: none;
}
ul.fontselector a:hover {
background: #ddd;
cursor: pointer;
}