From b3821a27575b9df948e7387b9499a020e4a2dd34 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Sun, 2 Dec 2012 19:23:58 +0100 Subject: Bug 460372: The confirmation thrown when deleting a custom field, component, version or product must have a red background if the deletion affects bugs r/a=LpSolit --- skins/standard/admin.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'skins') diff --git a/skins/standard/admin.css b/skins/standard/admin.css index 0b138642c..c2b822bbe 100644 --- a/skins/standard/admin.css +++ b/skins/standard/admin.css @@ -27,6 +27,12 @@ background-color: inherit; } +.confirmation { + background-color: red; + padding: 3ex; + width: 70%; +} + p.areyoureallyreallysure { color: red; font-size: 120%; -- cgit v1.2.3-24-g4f1b