1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 19:21:29 +00:00

info/warning/error: use inset shadows

This commit is contained in:
Andrew Dolgov
2013-06-07 15:05:11 +04:00
parent f863d0bd07
commit 1d3848623d
2 changed files with 2 additions and 2 deletions

View 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 {

View 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 {