diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 41ba31dc56..927d557b4c 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -198,6 +198,11 @@ blockquote { padding: 1px 5px; font-size: 12px; } +.btn.btn-danger { + color: #FFFFFF; + background-color: #AE0F0F; +} + .btn.btn-primary { background: $nav_bg; color: $btn_primary_color; diff --git a/view/theme/frio/templates/notifications/intros.tpl b/view/theme/frio/templates/notifications/intros.tpl index 710cd4a38c..6e083201e0 100644 --- a/view/theme/frio/templates/notifications/intros.tpl +++ b/view/theme/frio/templates/notifications/intros.tpl @@ -38,14 +38,13 @@ {{* On mobile touch devices we use buttons for approve, ingnore && discard to have a better UX *}} {{if $is_mobile}} -
-
- - {{if $discard}} {{/if}} -
- -
-
+
+ + {{if $discard}} + + {{/if}} + +
{{else}} {{* The intro actions like approve, ignore, discard intro*}}