Added highligted button classes glm-button-highlighted and glm-button-small-highlighted
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 15 Sep 2017 16:01:29 +0000 (12:01 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 15 Sep 2017 16:01:29 +0000 (12:01 -0400)
css/admin.css

index 826c6af..21ba622 100644 (file)
@@ -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 {