Jump to content

MediaWiki:Common.css: Difference between revisions

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


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