Revision 292bd9c6
Added by Jose Luis Duran almost 9 years ago
src/usr/local/www/css/pfSense-BETA.css | ||
---|---|---|
114 | 114 |
.panel-heading { |
115 | 115 |
padding: 5px 10px; |
116 | 116 |
} |
117 |
|
|
118 |
.ui-widget { |
|
119 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; |
|
120 |
} |
Also available in: Unified diff
css: Fix jQuery UI widgets' font
Use the main font with jQuery UI widgets (e.g. autocomplete forms)
(cherry picked from commit e540a9d774f5dfcdd18bf51529932f79f78374a0)