summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/certificate_tree.css
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options/certificate_tree.css')
-rw-r--r--chrome/browser/resources/options/certificate_tree.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/browser/resources/options/certificate_tree.css b/chrome/browser/resources/options/certificate_tree.css
new file mode 100644
index 0000000..d8f5350
--- /dev/null
+++ b/chrome/browser/resources/options/certificate_tree.css
@@ -0,0 +1,12 @@
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+span.cert-untrusted {
+ background-color: pink;
+ border: 1px solid red;
+ border-radius: 3px;
+ margin-right: 3px;
+ padding-left: 1px;
+ padding-right: 1px;
+}