info/warning/error: use inset shadows
This commit is contained in:
parent
f863d0bd07
commit
1d3848623d
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue