diff --git a/scripts/system/html/css/edit-style.css b/scripts/system/html/css/edit-style.css
index 9b3e862210..9f7f329040 100644
--- a/scripts/system/html/css/edit-style.css
+++ b/scripts/system/html/css/edit-style.css
@@ -463,6 +463,22 @@ input[type=button].white, button.hifi-edit-button.white {
background-color: #afafaf;
background: linear-gradient(#fff 20%, #afafaf 100%);
}
+input[type=button].secondary, button.hifi-edit-button.secondary {
+ font-family: Raleway-Bold;
+ font-size: 10px;
+ text-transform: uppercase;
+ vertical-align: top;
+ height: 18px;
+ min-width: 60px;
+ padding: 0 14px;
+ margin-right: 6px;
+ border-radius: 4px;
+ border: none;
+ color: #fff;
+ background-color: #000;
+ background: linear-gradient(#343434 20%, #000 100%);
+ cursor: pointer;
+}
input[type=button]:enabled:hover, button.hifi-edit-button:enabled:hover {
background: linear-gradient(#000, #000);