plugins/yubikey/yubikey.css
changeset 0 9d2c4f04a0d0
child 6 4f85ab095cc8
equal deleted inserted replaced
-1:000000000000 0:9d2c4f04a0d0
       
     1 span.yubikey_status {
       
     2   font-weight: bold;
       
     3 }
       
     4 
       
     5 span.yubikey_status.empty {
       
     6   color: #6699CC;
       
     7 }
       
     8 
       
     9 span.yubikey_status.savepending {
       
    10   color: #f5ac00;
       
    11 }
       
    12 
       
    13 span.yubikey_status.rmpending {
       
    14   color: #aa0000;
       
    15 }
       
    16 
       
    17 span.yubikey_status.enrolled {
       
    18   color: #008000;
       
    19 }
       
    20 
       
    21 a.yubikey_enroll {
       
    22   font-size: smaller;
       
    23 }
       
    24 
       
    25 tr.yk_alt1 td {
       
    26   background-color: #f8f8f8;
       
    27 }
       
    28 
       
    29 input.yubikey_noscript {
       
    30   background-color: white;
       
    31   background-image: url(./formicon.gif);
       
    32   background-position: 1px 1px;
       
    33   background-repeat: no-repeat;
       
    34   padding-left: 18px;
       
    35 }
       
    36