MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 55: Line 55:
}
}


input[readonly="readonly"] {
*:read-only {
    background-color:blue;
  font-weight: bold;
  color: indigo;
}
}