diff -r 000000000000 -r 9d2c4f04a0d0 plugins/yubikey/yubikey.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/yubikey/yubikey.css Thu Feb 26 01:08:22 2009 -0500 @@ -0,0 +1,36 @@ +span.yubikey_status { + font-weight: bold; +} + +span.yubikey_status.empty { + color: #6699CC; +} + +span.yubikey_status.savepending { + color: #f5ac00; +} + +span.yubikey_status.rmpending { + color: #aa0000; +} + +span.yubikey_status.enrolled { + color: #008000; +} + +a.yubikey_enroll { + font-size: smaller; +} + +tr.yk_alt1 td { + background-color: #f8f8f8; +} + +input.yubikey_noscript { + background-color: white; + background-image: url(./formicon.gif); + background-position: 1px 1px; + background-repeat: no-repeat; + padding-left: 18px; +} +