aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/images/stripes-70-light.pngbin0 -> 260 bytes
-rw-r--r--public/images/stripes-70-light2.pngbin0 -> 263 bytes
-rw-r--r--public/stylesheets/theme.css7
3 files changed, 7 insertions, 0 deletions
diff --git a/public/images/stripes-70-light.png b/public/images/stripes-70-light.png
new file mode 100644
index 000000000..7a0ee575d
--- /dev/null
+++ b/public/images/stripes-70-light.png
Binary files differ
diff --git a/public/images/stripes-70-light2.png b/public/images/stripes-70-light2.png
new file mode 100644
index 000000000..443442a48
--- /dev/null
+++ b/public/images/stripes-70-light2.png
Binary files differ
diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css
index 83899563f..d00ccdf3d 100644
--- a/public/stylesheets/theme.css
+++ b/public/stylesheets/theme.css
@@ -785,6 +785,13 @@ div.comment_in_request {
-moz-border-radius: 6px;
padding: 4px 20px 0px 9px;
}
+div.outgoing.correspondence {
+ background: url(/images/stripes-70-light.png);
+}
+
+div.comment_in_request {
+ background: url(/images/stripes-70-light2.png);
+}
div.comment_in_request {
margin-left: 50px;