From: Chuck Scott Date: Fri, 15 Sep 2017 16:01:29 +0000 (-0400) Subject: Added highligted button classes glm-button-highlighted and glm-button-small-highlighted X-Git-Tag: v2.10.11^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=94d168f7496ddb50bfc4a8548f32bda32802114c;p=WP-Plugins%2Fglm-member-db.git Added highligted button classes glm-button-highlighted and glm-button-small-highlighted --- diff --git a/css/admin.css b/css/admin.css index 826c6af4..21ba6229 100644 --- a/css/admin.css +++ b/css/admin.css @@ -78,6 +78,12 @@ input, select, .button { margin-left: 4px !important; margin-right: 4px !important; } +.glm-button-highlighted { + margin-left: 4px !important; + margin-right: 4px !important; + background-color: red !important; + color: white !important; +} .glm-button-small { font-size: 0.9em !important; padding: .0em .3em 0em .3em !important; @@ -85,6 +91,15 @@ input, select, .button { line-height: 1.8em !important; height: 1.8em !important; } +.glm-button-small-highlighted { + font-size: 0.9em !important; + padding: .0em .3em 0em .3em !important; + margin-right: 2px !important; + line-height: 1.8em !important; + height: 1.8em !important; + background-color: red !important; + color: white !important; +} /* Admin Area - General */ #glm-admin-content-container {