PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.10.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.10.8
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
← All changes | css/frame.css +9 -4 3.10.23.10.8 View file →
@@ -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 +}