From 7dea8077d0cb97f14a586e415371bef8abfd7224 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 10 Jun 2014 15:53:32 -0700 Subject: [PATCH] civicrm.css-increase crm-hover-button.action-item font size Action item lists under > more, and in Manage Events and Manage Contrib page selectors are too small to be readable. --- css/civicrm.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index 3c68c19156..4ba2d27205 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1729,7 +1729,7 @@ editor specific classes } .crm-container a.crm-hover-button.action-item, .crm-container .crm-hover-button.btn-slide { - font-size: .9em; + font-size: .95em; padding: 3px 5px; opacity: 1; } @@ -4706,4 +4706,4 @@ span.crm-status-icon { } .crm-container .ng-valid { border: 1px solid #666; -} \ No newline at end of file +} -- 2.25.1