summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/common.css
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-10 11:16:32 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-10 11:16:32 +0000
commitae1e4313e2e028c5df05bfe947a07fc36dcb1474 (patch)
tree8a1c32d58b6aca87e72b9b9652e19a6673159d9b /roundcubemail/skins/default/common.css
parent5752738463196e94d7ca57a7039edf44af439262 (diff)
- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts
git-svn-id: https://svn.roundcube.net/trunk@5409 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
-rw-r--r--roundcubemail/skins/default/common.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css
index 192de065a..6bf8e9032 100644
--- a/roundcubemail/skins/default/common.css
+++ b/roundcubemail/skins/default/common.css
@@ -230,7 +230,7 @@ img
}
#message div.notice,
-#remote-objects-message
+#message-objects div.notice
{
background: url(images/display/icons.png) 6px 3px no-repeat;
background-color: #F7FDCB;
@@ -238,21 +238,25 @@ img
}
#message div.error,
-#message div.warning
+#message div.warning,
+#message-objects div.warning,
+#message-objects div.error
{
background: url(images/display/icons.png) 6px -97px no-repeat;
background-color: #EF9398;
border: 1px solid #DC5757;
}
-#message div.confirmation
+#message div.confirmation,
+#message-objects div.confirmation
{
background: url(images/display/icons.png) 6px -47px no-repeat;
background-color: #A6EF7B;
border: 1px solid #76C83F;
}
-#message div.loading
+#message div.loading,
+#message-objects div.loading
{
background: url(images/display/loading.gif) 6px 3px no-repeat;
background-color: #EBEBEB;