themes/admin/css/default.css
changeset 646 55363ed1099e
parent 79 5faff33a6580
child 837 fa3d93969af0
equal deleted inserted replaced
645:24f2fa13a2a0 646:55363ed1099e
   189   font-size: 8pt;
   189   font-size: 8pt;
   190   font-family: arial, helvetica, sans-serif;
   190   font-family: arial, helvetica, sans-serif;
   191   padding: 3px;
   191   padding: 3px;
   192 }
   192 }
   193 
   193 
   194 input:disabled {
   194 input:disabled, input[disabled ^="disabled"], button:disabled, button[disabled ^="disabled"] {
   195   border-color: #666666 !important;
   195   border-color: #666666 !important;
   196   background-image: none !important;
   196   background-image: none !important;
   197   background-color: #DDD !important;
   197   background-color: #DDD !important;
   198   color: #888;
   198   color: #888;
   199 }
   199 }