From 626e9e9d93635490b5ee53aa9487e14488edff4b Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Thu, 21 Jul 2022 15:57:53 -0400 Subject: [PATCH] Add small blue button This is for the Assistant... button for the Material Assiantant --- scripts/system/html/css/edit-style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scripts/system/html/css/edit-style.css b/scripts/system/html/css/edit-style.css index 1f2539206c..70696abdab 100644 --- a/scripts/system/html/css/edit-style.css +++ b/scripts/system/html/css/edit-style.css @@ -496,6 +496,22 @@ input[type=button].secondary_red, button.hifi-edit-button.secondary_red { background: linear-gradient(#d42043 20%, #94132e 100%); cursor: pointer; } +input[type=button].secondary_blue, button.hifi-edit-button.secondary_blue { + 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: #1080b8; + background: linear-gradient(#00b4ef 20%, #1080b8 100%); + cursor: pointer; +} input[type=button]:enabled:hover, button.hifi-edit-button:enabled:hover { background: linear-gradient(#000, #000); border: none;