You are here

disabled_actions.css in Comment goodness 7

/* Disabled submit action buttons on the comment form */
.comment-form .form-actions input:disabled {
  color: #bbbbbb;
}

File

css/disabled_actions.css
View source
  1. /* Disabled submit action buttons on the comment form */
  2. .comment-form .form-actions input:disabled {
  3. color: #bbbbbb;
  4. }