]> git.wh0rd.org - tt-rss.git/commitdiff
info/warning/error: use inset shadows
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 7 Jun 2013 11:05:11 +0000 (15:05 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 7 Jun 2013 11:05:37 +0000 (15:05 +0400)
css/tt-rss.css
css/utility.css

index 6b2b16bf3e62bb3bf52012be857b7d4919e1c71e..97c3e5ea87ce170f0759cfe1e445db12a200c26e 100644 (file)
@@ -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 {
index ac0180e44dc93f73167bd4e70d8276c4ef661608..029fa9cb3ac8d4ca18e322953dd49b9c30e6fa19 100644 (file)
@@ -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 {