diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-07-10 21:51:54 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-07-10 21:51:54 +0200 |
| commit | efdc0e0fd8c8d128b75b6ea8516d2ba79545413f (patch) | |
| tree | 35397441d3a8e259aacbe11f52e35ca87bc5a7cb /ishtar_common/static | |
| parent | a500dd90aca319d9306cf08c7c5ad73d4e27a261 (diff) | |
| download | Ishtar-efdc0e0fd8c8d128b75b6ea8516d2ba79545413f.tar.bz2 Ishtar-efdc0e0fd8c8d128b75b6ea8516d2ba79545413f.zip | |
Parcels: display a warning when automatically adding parcel to a file from an operation
Diffstat (limited to 'ishtar_common/static')
| -rw-r--r-- | ishtar_common/static/media/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 5168cba6e..cad7d296d 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -819,6 +819,10 @@ p.alert{ background-position:left center; } +div.form p.alert{ + background-color:#FFF; +} + #window p.alert{ background-color:#EEE; } |
