diff --git a/src/ServicePulse.Host/app/css/particular.css b/src/ServicePulse.Host/app/css/particular.css index 7a0d757fb2..606f0e241b 100644 --- a/src/ServicePulse.Host/app/css/particular.css +++ b/src/ServicePulse.Host/app/css/particular.css @@ -1095,6 +1095,19 @@ div.danger.sc-restart-warning > strong { padding-top: 15px; } +a.btn-feedback, a.btn-feedback:visited, a.btn-feedback:focus { + color: #fff !important; + background-color: #0DB3C8 !important; + padding: 6px 16px !important; + margin: 14px 0 0 14px; + border-radius: 3px; + font-weight: bold; +} + +a.btn-feedback i.fa { + color: #fff; +} + .failed-message { padding: 0; height: 100%; @@ -1148,6 +1161,16 @@ input[type=checkbox] { opacity: 1; } +a.btn-feedback:hover { + background-color: hsl(194, 95%, 61%) !important; + font-weight: bold; +} + +a.btn-feedback:active { + background-color: #00729C !important; + font-weight: bold; +} + .check { padding-right: 0px; height: 100%; @@ -1327,8 +1350,15 @@ span.metadata.danger, i.fa.fa-trash-o.danger, sp-moment.danger { padding-bottom: 4px; margin-bottom: 10px; } + + a.btn-feedback { + width: 130px !important; + margin: 10px 15px 22px !important; + padding-left: 20px !important; + } } + @media only screen and (max-width: 480px) { .sidebar-label { margin: 3px 0 14px; } diff --git a/src/ServicePulse.Host/app/layout/navbar.html b/src/ServicePulse.Host/app/layout/navbar.html index a37e51debc..5c0063ecb3 100644 --- a/src/ServicePulse.Host/app/layout/navbar.html +++ b/src/ServicePulse.Host/app/layout/navbar.html @@ -26,7 +26,7 @@