mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR add pretty warning colors to expiring content warning (from r97151)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@98210 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f9769c5b0a
commit
8eef5a7d99
@ -373,6 +373,15 @@
|
|||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.warningBox {
|
||||||
|
padding: 2px 20px 10px 20px;
|
||||||
|
border: 2px solid #ff8e8e;
|
||||||
|
color: #c80700;
|
||||||
|
background: #ffe9e9;
|
||||||
|
-moz-border-radius: 5px;
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TableField Subclasses
|
* TableField Subclasses
|
||||||
|
Loading…
Reference in New Issue
Block a user