2,124
edits
No edit summary |
No edit summary |
||
Line 107: | Line 107: | ||
border-radius: 10px 10px; | border-radius: 10px 10px; | ||
} | } | ||
#p-cactions li a { | |||
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; | |||
} | } | ||