summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-31 15:33:09 +0400
committerAndrew Dolgov <[email protected]>2013-03-31 15:33:09 +0400
commit88d305f48b667e305ec57a14d4cbdb0010c8fc0b (patch)
tree1a9e3e5493a6af232dd9166edc1e6e808b04b343 /tt-rss.css
parentb7a6e754084dd8ccccee70e50f75dcaef491adc7 (diff)
add a small box-shadow to postHeader
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 80f8564cf..a33f523c1 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -34,6 +34,7 @@ div.postReply div.postHeader {
border-style : solid;
border-color : #c0c0c0;
background : #f0f0f0;
+ box-shadow : 0px 0px 3px 0px #ccc;
padding : 5px;
color : #909090;
}