summaryrefslogtreecommitdiffstats
path: root/install/static/ipa.css
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/ipa.css')
-rw-r--r--install/static/ipa.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css
index f8b74bca9..908875b8a 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -278,3 +278,22 @@ span.main-separator{
}
.strikethrough { text-decoration: line-through; }
+
+.certificate-status-valid {
+ list-style-type: circle;
+ color: #008000;
+}
+
+.certificate-status-revoked {
+ list-style-type: circle;
+ color: #ff0000;
+}
+
+.certificate-status-missing {
+ list-style-type: circle;
+ color: #daa520;
+}
+
+.certificate-status-active {
+ list-style-type: disc;
+}