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