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-color : #ccc;
|
||||||
border-radius : 4px;
|
border-radius : 4px;
|
||||||
border-width : 1px;
|
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 {
|
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-color : #ccc;
|
||||||
border-radius : 4px;
|
border-radius : 4px;
|
||||||
border-width : 1px;
|
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 {
|
div.notice div.inner, div.warning div.inner, div.error div.inner {
|
||||||
|
|||||||
Reference in New Issue
Block a user