wp/wp-includes/css/wp-pointer.css
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
--- a/wp/wp-includes/css/wp-pointer.css	Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/css/wp-pointer.css	Wed Sep 21 18:19:35 2022 +0200
@@ -3,32 +3,32 @@
 	position: relative;
 	font-size: 13px;
 	background: #fff;
-	border: 1px solid #ddd;
-	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
+	border: 1px solid #c3c4c7;
+	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
 }
 
 .wp-pointer-content h3 {
 	position: relative;
 	margin: -1px -1px 5px;
 	padding: 15px 18px 14px 60px;
-	border: 1px solid #3592b6;
+	border: 1px solid #2271b1;
 	border-bottom: none;
 	line-height: 1.4;
 	font-size: 14px;
 	color: #fff;
-	background: #00a0d2;
+	background: #2271b1;
 }
 
 .wp-pointer-content h3:before {
 	background: #fff;
 	border-radius: 50%;
-	color: #00a0d2;
+	color: #2271b1;
 	content: "\f227";
 	font: normal 20px/1.6 dashicons;
 	position: absolute;
 	top: 8px;
 	left: 15px;
-	speak: none;
+	speak: never;
 	text-align: center;
 	width: 32px;
 	height: 32px;
@@ -64,11 +64,11 @@
 
 .wp-pointer-buttons a.close:before {
 	background: none;
-	color: #72777c;
+	color: #787c82;
 	content: "\f153";
 	display: block !important;
 	font: normal 16px/1 dashicons;
-	speak: none;
+	speak: never;
 	margin: 1px 0;
 	text-align: center;
 	-webkit-font-smoothing: antialiased !important;
@@ -80,7 +80,7 @@
 }
 
 .wp-pointer-buttons a.close:hover:before {
-	color: #c00;
+	color: #d63638;
 }
 
 /* The arrow base class must take up no space, even with transparent borders. */
@@ -141,7 +141,7 @@
 .wp-pointer-undefined .wp-pointer-arrow {
 	top: 0;
 	border-width: 0 13px 13px 13px;
-	border-bottom-color: #3592b6;
+	border-bottom-color: #2271b1;
 }
 
 .wp-pointer-top .wp-pointer-arrow-inner,
@@ -150,7 +150,7 @@
 	margin-left: -13px;
 	margin-top: -13px;
 	border: 13px solid transparent;
-	border-bottom-color: #00a0d2;
+	border-bottom-color: #2271b1;
 	display: block;
 	content: " ";
 }
@@ -158,7 +158,7 @@
 .wp-pointer-bottom .wp-pointer-arrow {
 	bottom: 0;
 	border-width: 13px 13px 0 13px;
-	border-top-color: #ccc;
+	border-top-color: #c3c4c7;
 }
 
 .wp-pointer-bottom .wp-pointer-arrow-inner {
@@ -175,7 +175,7 @@
 .wp-pointer-left .wp-pointer-arrow {
 	left: 0;
 	border-width: 13px 13px 13px 0;
-	border-right-color: #ccc;
+	border-right-color: #c3c4c7;
 }
 
 /* rtl:ignore */
@@ -193,7 +193,7 @@
 .wp-pointer-right .wp-pointer-arrow {
 	right: 0;
 	border-width: 13px 0 13px 13px;
-	border-left-color: #ccc;
+	border-left-color: #c3c4c7;
 }
 
 /* rtl:ignore */