Standardize Go Pro button styling to match WordPress default button-primary colors
This commit is contained in:
@ -349,21 +349,7 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* Pro Buttons */
|
||||
.go-pro-button {
|
||||
background: #ff8c00 !important;
|
||||
border-color: #ff7b00 !important;
|
||||
color: #fff !important;
|
||||
box-shadow: 0 1px 0 #ff7b00 !important;
|
||||
text-shadow: 0 -1px 1px #ff7b00, 1px 0 1px #ff7b00, 0 1px 1px #ff7b00, -1px 0 1px #ff7b00 !important;
|
||||
}
|
||||
|
||||
.go-pro-button:hover,
|
||||
.go-pro-button:focus {
|
||||
background: #ff9d1c !important;
|
||||
border-color: #ff7b00 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
/* Pro Buttons now use standard WordPress .button-primary styles */
|
||||
|
||||
/* More Details Link */
|
||||
.more-details {
|
||||
|
Reference in New Issue
Block a user