MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 863: Line 863:
#mw-dismissable-notice-dismiss:hover::after {
#mw-dismissable-notice-dismiss:hover::after {
   color: #000;
   color: #000;
}
.mw-dismissable-notice-close a {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: #999;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
}