PluginProbe
Elementor Website Builder – more than just a page builder / 3.35.7
Elementor Website Builder – more than just a page builder v3.35.7
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | assets/css/admin.css +47 -0 3.35.63.35.7 View file →
@@ -1284,8 +1284,49 @@
1284 1284 --e-button-context-color-dark: var(--e-context-primary-color-dark);
1285 1285 --e-button-context-tint: var(--e-context-primary-tint-1);
1286 1286 }
1287 1287
1288 +.notice a.e-button,
1289 +.error a.e-button,
1290 +.updated a.e-button {
1291 + color: #ffffff;
1292 + text-decoration: none;
1293 +}
1294 +.notice a.e-button:hover, .notice a.e-button:focus, .notice a.e-button:active,
1295 +.error a.e-button:hover,
1296 +.error a.e-button:focus,
1297 +.error a.e-button:active,
1298 +.updated a.e-button:hover,
1299 +.updated a.e-button:focus,
1300 +.updated a.e-button:active {
1301 + color: #ffffff;
1302 + text-decoration: none;
1303 +}
1304 +.notice a.e-button.e-button--outline,
1305 +.error a.e-button.e-button--outline,
1306 +.updated a.e-button.e-button--outline {
1307 + color: var(--e-button-context-color);
1308 +}
1309 +.notice a.e-button.e-button--outline:hover, .notice a.e-button.e-button--outline:focus,
1310 +.error a.e-button.e-button--outline:hover,
1311 +.error a.e-button.e-button--outline:focus,
1312 +.updated a.e-button.e-button--outline:hover,
1313 +.updated a.e-button.e-button--outline:focus {
1314 + color: var(--e-button-context-color-dark);
1315 +}
1316 +.notice a.e-button.e-button--link,
1317 +.error a.e-button.e-button--link,
1318 +.updated a.e-button.e-button--link {
1319 + color: var(--e-button-context-color);
1320 +}
1321 +.notice a.e-button.e-button--link:hover, .notice a.e-button.e-button--link:focus,
1322 +.error a.e-button.e-button--link:hover,
1323 +.error a.e-button.e-button--link:focus,
1324 +.updated a.e-button.e-button--link:hover,
1325 +.updated a.e-button.e-button--link:focus {
1326 + color: var(--e-button-context-color-dark);
1327 +}
1328 +
1288 1329 .e-button {
1289 1330 display: inline-block;
1290 1331 font-weight: var(--e-button-font-weight);
1291 1332 text-align: center;
@@ -2268,8 +2309,14 @@
2268 2309 }
2269 2310 .e-dashboard-overview .e-overview__go-pro a, .e-dashboard-overview .e-overview__ai a {
2270 2311 color: #93003f;
2271 2312 font-weight: 500;
2313 +}
2314 +
2315 +[class*=branch-7].wp-core-ui .button .dashicons {
2316 + vertical-align: middle;
2317 + line-height: 1.2;
2318 + color: var(--wp-admin-theme-color);
2272 2319 }
2273 2320
2274 2321 #e-dashboard-ally .ui-sortable-handle {
2275 2322 justify-content: flex-start;