This repository was archived by the owner on Sep 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ul.token-input-list-facebook {
7
7
border : 1px solid # 8496ba ;
8
8
cursor : text;
9
9
font-size : 12px ;
10
- font-family : Verdana;
10
+ font-family : Verdana, sans-serif ;
11
11
min-height : 1px ;
12
12
z-index : 999 ;
13
13
margin : 0 ;
@@ -80,7 +80,7 @@ div.token-input-dropdown-facebook {
80
80
border-bottom : 1px solid # ccc ;
81
81
cursor : default;
82
82
font-size : 11px ;
83
- font-family : Verdana;
83
+ font-family : Verdana, sans-serif ;
84
84
z-index : 1 ;
85
85
}
86
86
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ul.token-input-list-mac {
26
26
height : 1% ;
27
27
cursor : text;
28
28
font-size : 12px ;
29
- font-family : Verdana;
29
+ font-family : Verdana, sans-serif ;
30
30
min-height : 1px ;
31
31
z-index : 999 ;
32
32
margin : 0 ;
@@ -58,7 +58,7 @@ li.token-input-token-mac span {
58
58
/* TOKENS */
59
59
60
60
li .token-input-token-mac {
61
- font-family : "Lucida Grande" , Arial, serif;
61
+ font-family : "Lucida Grande" , Arial, sans- serif;
62
62
font-size : 9pt ;
63
63
line-height : 12pt ;
64
64
overflow : hidden;
@@ -122,7 +122,7 @@ div.token-input-dropdown-mac {
122
122
overflow : hidden;
123
123
cursor : default;
124
124
font-size : 10pt ;
125
- font-family : "Lucida Grande" , Arial, serif;
125
+ font-family : "Lucida Grande" , Arial, sans- serif;
126
126
padding : 5px ;
127
127
border-radius : 0 0 10px 10px ;
128
128
-moz-border-radius : 0 0 10px 10px ;
@@ -142,7 +142,7 @@ div.token-input-dropdown-mac p {
142
142
}
143
143
144
144
div .token-input-dropdown-mac h3 .token-input-dropdown-category-mac {
145
- font-family : "Lucida Grande" , Arial, serif;
145
+ font-family : "Lucida Grande" , Arial, sans- serif;
146
146
font-size : 10pt ;
147
147
font-weight : bold;
148
148
border : none;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ul.token-input-list {
7
7
border : 1px solid # 999 ;
8
8
cursor : text;
9
9
font-size : 12px ;
10
- font-family : Verdana;
10
+ font-family : Verdana, sans-serif ;
11
11
z-index : 999 ;
12
12
margin : 0 ;
13
13
padding : 0 ;
@@ -72,7 +72,7 @@ div.token-input-dropdown {
72
72
border-bottom : 1px solid # ccc ;
73
73
cursor : default;
74
74
font-size : 12px ;
75
- font-family : Verdana;
75
+ font-family : Verdana, sans-serif ;
76
76
z-index : 1 ;
77
77
}
78
78
You can’t perform that action at this time.
0 commit comments