From: Andrew Dolgov Date: Fri, 7 Jun 2013 11:05:11 +0000 (+0400) Subject: info/warning/error: use inset shadows X-Git-Tag: 1.8~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1d3848623da82f70f5f7cd6bac539737cb43cc64;p=tt-rss.git info/warning/error: use inset shadows --- diff --git a/css/tt-rss.css b/css/tt-rss.css index 6b2b16bf..97c3e5ea 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 ac0180e4..029fa9cb 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 {