From: Laury GvR Date: Tue, 8 Aug 2017 20:05:47 +0000 (-0400) Subject: Further increase the font size of the name entry in the filters on the Member List... X-Git-Tag: v1.0.0^2~13 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=64a32e03eea1a445b74bdaafde968664c81f2edb;p=WP-Themes%2Ftruenorthgolf.git Further increase the font size of the name entry in the filters on the Member List page --- diff --git a/css/app.css b/css/app.css index 002cb63..2a8bf83 100644 --- a/css/app.css +++ b/css/app.css @@ -7653,7 +7653,7 @@ body #glm-member-password-lost-link { body #glm-member-password-lost-form { display: none; } body #glm-member-list-filters-box select, body #glm-member-list-filters-box .glm-form-text-input { - font-size: 14px; } + font-size: 16px; } body .glm-member-db-list { font-family: "ingram-wide-2"; } body .glm-member-db-list h1, body .glm-member-db-list h2, body .glm-member-db-list h3, body .glm-member-db-list h4, body .glm-member-db-list h5, body .glm-member-db-list h6 { diff --git a/scss/plugins/_glm-member-db.scss b/scss/plugins/_glm-member-db.scss index 8b89b68..4d8a8d3 100644 --- a/scss/plugins/_glm-member-db.scss +++ b/scss/plugins/_glm-member-db.scss @@ -37,7 +37,7 @@ body { #glm-member-list-filters-box { select, .glm-form-text-input { - font-size: 14px; + font-size: 16px; } } .glm-member-db-list {