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
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-08-23 10:14:42 +0300
committerAleksander Machniak <alec@alec.pl>2019-08-23 10:14:42 +0300
commitd36ea2aa86f9b5dfdbf39f3b8e1cf0c0025056d6 (patch)
tree37f38624cecdf451c31aa7c1218d88f8d7c4b718 /skins
parentf7832a1a26f2269d1e55b7e209fdb0eb77f06c0c (diff)
Elastic: Fix bg color of .rcmail-inline-message warning
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/styles/embed.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/elastic/styles/embed.less b/skins/elastic/styles/embed.less
index 27a04ee54..e28301155 100644
--- a/skins/elastic/styles/embed.less
+++ b/skins/elastic/styles/embed.less
@@ -35,7 +35,7 @@
margin: 0 0 .5em 0;
opacity: .95;
color: @color-message;
- background-color: @color-message-background;
+ background-color: @color-message-warning-box-background;
display: flex;
align-items: center;