summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 3a867632a..24bc61f9a 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -75,9 +75,12 @@ div.postReply img.tagsPic {
div.articleNote {
background-color : #fff7d5;
padding : 5px;
- border-style : none none dashed none;
+ border-radius : 4px;
+ margin : 5px;
+ border-style : solid;
border-color : #e7d796;
border-width : 1px;
+ box-shadow : 0px 0px 2px rgba(0,0,0,0.1);
background-color : #fff7d5;
color : #9a8c59;
}
@@ -282,7 +285,7 @@ div.notice {
div.warning {
background : #fff7d5;
- border-color : #EFDC88;
+ border-color : #e7d796;;
}
div.error {