From 94d168f7496ddb50bfc4a8548f32bda32802114c Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 15 Sep 2017 12:01:29 -0400 Subject: [PATCH] Added highligted button classes glm-button-highlighted and glm-button-small-highlighted --- css/admin.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 { -- 2.17.1