summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/css/pfSense-dark-BETA.css
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@users.noreply.github.com>2016-08-22 07:03:37 -0300
committerRenato Botelho <renato@netgate.com>2016-09-06 13:13:23 -0300
commit292bd9c60e153f8a65a33d1f76fd6a10f6182341 (patch)
tree7a3bfcc200477715a5da6d6cc55e3bea757484d2 /src/usr/local/www/css/pfSense-dark-BETA.css
parent848aeb80076a69e43fd5e3832e90daea1d7f693e (diff)
downloadpfsense-292bd9c60e153f8a65a33d1f76fd6a10f6182341.zip
pfsense-292bd9c60e153f8a65a33d1f76fd6a10f6182341.tar.gz
css: Fix jQuery UI widgets' font
Use the main font with jQuery UI widgets (e.g. autocomplete forms) (cherry picked from commit e540a9d774f5dfcdd18bf51529932f79f78374a0)
Diffstat (limited to 'src/usr/local/www/css/pfSense-dark-BETA.css')
-rw-r--r--src/usr/local/www/css/pfSense-dark-BETA.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/local/www/css/pfSense-dark-BETA.css b/src/usr/local/www/css/pfSense-dark-BETA.css
index d5f3ede..df8e841 100644
--- a/src/usr/local/www/css/pfSense-dark-BETA.css
+++ b/src/usr/local/www/css/pfSense-dark-BETA.css
@@ -118,3 +118,7 @@ a.fa, i.fa {
.panel-heading {
padding: 5px 10px;
}
+
+.ui-widget {
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
+}
OpenPOWER on IntegriCloud