Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-05-20 09:54:51 +0300
committerAleksander Machniak <alec@alec.pl>2019-05-20 09:54:51 +0300
commit9a8f4cb13d5d552650fdb7639eab1462a5b4aa71 (patch)
treeb9c7a7f802010acaca0521e8d5e712bd88ae7643 /skins/elastic/styles
parent7f999ab13f33dfd7f5bb11c96f8ddc0e8b3f88a7 (diff)
Elastic: Fix border radius on messages (again)
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/widgets/messages.less3
1 files changed, 2 insertions, 1 deletions
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 {