From 9a8f4cb13d5d552650fdb7639eab1462a5b4aa71 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 20 May 2019 08:54:51 +0200 Subject: [PATCH] Elastic: Fix border radius on messages (again) --- skins/elastic/styles/widgets/messages.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skins/elastic/styles/widgets/messages.less b/skins/elastic/styles/widgets/messages.less index 4c064fe7b..f1e6d8d9c 100644 --- a/skins/elastic/styles/widgets/messages.less +++ b/skins/elastic/styles/widgets/messages.less @@ -121,6 +121,7 @@ &.boxinformation, &.boxwarning { padding: .5em; + border-radius: 0; i.icon { font-size: 1.5em !important; @@ -169,12 +170,12 @@ } div { - border-radius: .25rem; background-color: @color-message; color: #fff; @media screen and (max-width: @screen-width-xs) { margin: 0; + border-radius: 0; } &.voice {