summaryrefslogtreecommitdiff
path: root/skins/larry/styles.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-02-10 15:31:39 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-02-10 16:03:18 +0100
commitdf229677457d1f59d08c14990514273114fed87d (patch)
treec5d6a66c4058f32779208f7a4aa21555293cb840 /skins/larry/styles.css
parent0016cde2fe143643e95a878c53b1c95b318d5aa4 (diff)
Let some env variables survive reset(); don't show taskbar and top line in framed error pages (#1488938)
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r--skins/larry/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 9fdab8bcc..f4b41fcb5 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1246,6 +1246,10 @@ body.iframe {
margin: 38px 0 10px 0;
}
+body.iframe.error {
+ background: #ededed;
+}
+
body.iframe.floatingbuttons {
margin-bottom: 40px;
}