diff options
Diffstat (limited to 'install/static/ipa.css')
-rw-r--r-- | install/static/ipa.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css index f7817f19..9183b9f9 100644 --- a/install/static/ipa.css +++ b/install/static/ipa.css @@ -411,6 +411,20 @@ span.main-separator{ .strikethrough { text-decoration: line-through; } +.key-status-valid { + list-style-type: circle; + color: #008000; +} + +.key-status-missing { + list-style-type: circle; + color: #daa520; +} + +.key-status-active { + list-style-type: disc; +} + .certificate-status-valid { list-style-type: circle; color: #008000; |