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 <machniak@kolabsys.com>2017-04-17 12:00:54 +0300
committerAleksander Machniak <machniak@kolabsys.com>2017-04-17 12:00:54 +0300
commitbfa7556e904d2117345d293fc9dc9d37a2798d14 (patch)
tree59b72bb50389f1533f1ca65e16f6e7dbc1402959 /skins/elastic/styles/embed.less
parent7bdd9fc263600073534df79e663e5f6909c74dbd (diff)
Make #message-objects to look as alerts
Diffstat (limited to 'skins/elastic/styles/embed.less')
-rw-r--r--skins/elastic/styles/embed.less15
1 files changed, 1 insertions, 14 deletions
diff --git a/skins/elastic/styles/embed.less b/skins/elastic/styles/embed.less
index fba5d28d3..27e838d83 100644
--- a/skins/elastic/styles/embed.less
+++ b/skins/elastic/styles/embed.less
@@ -14,27 +14,14 @@
/* TODO: review */
.rcmail-inline-message {
- font-family: sans-serif;
- font-size: 11px;
- font-weight: bold;
- color: #996600;
- border: 1px solid #ffdf0e;
- background: url("images/messages.png") no-repeat scroll 5px -83px #fef893;
- padding: 6px 12px 4px 30px;
- margin-bottom: 0.8em;
+ font-family: sans-serif;
}
.rcmail-inline-message em {
- font-size: 90%;
}
.rcmail-inline-buttons {
- margin-bottom: 0;
- display: inline;
}
.rcmail-inline-buttons > button {
- margin-left: 1em;
- vertical-align: baseline;
- line-height: 12px;
}