Increase the font size of the name entry in the filters on the Member List page
authorLaury GvR <laury@gaslightmedia.com>
Tue, 8 Aug 2017 20:04:32 +0000 (16:04 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 8 Aug 2017 20:04:32 +0000 (16:04 -0400)
css/app.css
scss/plugins/_glm-member-db.scss

index 38f04d4..002cb63 100644 (file)
@@ -7653,8 +7653,6 @@ 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: 12px; }
-body body #glm-member-list-filters-box select, body body #glm-member-list-filters-box .glm-form-text-input {
   font-size: 14px; }
 body .glm-member-db-list {
   font-family: "ingram-wide-2"; }
index 1f343b5..8b89b68 100644 (file)
@@ -37,12 +37,9 @@ body {
 #glm-member-list-filters-box {
     select,
     .glm-form-text-input {
-        font-size: 12px;
+        font-size: 14px;
     }
 }
-body #glm-member-list-filters-box select, body #glm-member-list-filters-box .glm-form-text-input {
-    font-size: 14px;
-}
 .glm-member-db-list {
     font-family: "ingram-wide-2";
     h1, h2, h3, h4, h5, h6 {