mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
ENHANCEMENT Added styling for "form .message.notice" in sapphire/css/Form.css
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@69323 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
636d2a6225
commit
8bacc8b8ff
@ -105,6 +105,10 @@ form button.minorAction {
|
|||||||
/**
|
/**
|
||||||
* Messages
|
* Messages
|
||||||
*/
|
*/
|
||||||
|
form .message.notice {
|
||||||
|
background-color: #FCFFDF;
|
||||||
|
border-color: #FF9300;
|
||||||
|
}
|
||||||
form .message {
|
form .message {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user