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:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user