summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-06-07 15:05:11 +0400
committerAndrew Dolgov <[email protected]>2013-06-07 15:05:37 +0400
commit1d3848623da82f70f5f7cd6bac539737cb43cc64 (patch)
treee378b27914d988af605840bd4c3bbaaac397fd25 /css
parentf863d0bd070d23ea71639638fdef2a505646a6a6 (diff)
info/warning/error: use inset shadows
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css2
-rw-r--r--css/utility.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 6b2b16bf3..97c3e5ea8 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -276,7 +276,7 @@ div.notice, div.warning, div.error {
border-color : #ccc;
border-radius : 4px;
border-width : 1px;
- box-shadow : 0px 0px 2px rgba(0,0,0,0.1);
+ box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
}
div.notice div.inner, div.warning div.inner, div.error div.inner {
diff --git a/css/utility.css b/css/utility.css
index ac0180e44..029fa9cb3 100644
--- a/css/utility.css
+++ b/css/utility.css
@@ -63,7 +63,7 @@ div.notice, div.warning, div.error {
border-color : #ccc;
border-radius : 4px;
border-width : 1px;
- box-shadow : 0px 0px 2px rgba(0,0,0,0.1);
+ box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1);
}
div.notice div.inner, div.warning div.inner, div.error div.inner {