| @@ -1081,17 +1081,22 @@ | ||
| 1081 | 1081 | .only-pro-content a { |
| 1082 | 1082 | display: inline-block; |
| 1083 | 1083 | padding: 7px 12px; |
| 1084 | 1084 | color: #fff; |
| 1085 | - background: #ff595e; | |
| 1085 | + background: #3F57E1; | |
| 1086 | 1086 | font-weight: 600; |
| 1087 | 1087 | text-decoration: none; |
| 1088 | - text-transform: uppercase; | |
| 1089 | 1088 | transition: 0.1s ease; |
| 1089 | + border-width: 1px; | |
| 1090 | + border-style: solid; | |
| 1091 | + border-radius: 3px; | |
| 1090 | 1092 | } |
| 1093 | +.only-pro-content .only-pro-container a { | |
| 1094 | + color: #fff !important; | |
| 1095 | +} | |
| 1091 | 1096 | |
| 1092 | 1097 | .only-pro-content a:hover { |
| 1093 | - background: #ce484c; | |
| 1098 | + background: #2D419B; | |
| 1094 | 1099 | } |
| 1095 | 1100 | |
| 1096 | 1101 | #sidebar::-webkit-scrollbar { |
| 1097 | 1102 | width: 4px; |
| @@ -1559,5 +1564,5 @@ | ||
| 1559 | 1564 | /******************************** Frontend Actions ***********************************/ |
| 1560 | 1565 | /******************************************************************************/ |
| 1561 | 1566 | #vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner { |
| 1562 | 1567 | text-align: center; |
| 1563 | -} | |
| 1568 | +} | |