MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 107: Line 107:
     border-radius: 10px 10px;
     border-radius: 10px 10px;
}
}
div#p-cactions li a {
#p-cactions li a {
background-color: blue;
     border: none;
     border: none;
     -webkit-border-radius: 10px 10px / 10px 10px;
     -webkit-border-radius: 10px 10px / 10px 10px;
     -moz-border-radius: 10px 10px;
     -moz-border-radius: 10px 10px;
     border-radius: 10px 10px;
     border-radius: 10px 10px;
}
body.skin--responsive #p-cactions li a {
background-color: purple;
}
}