Administration: Fix remove links color.
Fix regression introduced in [48332] where the specificity of the admin scheme link colors was higher than the remove link colors. Props afercia. Fixes #50536. Built from https://develop.svn.wordpress.org/trunk@48376 git-svn-id: http://core.svn.wordpress.org/trunk@48145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
aee4324b9e
commit
b3f1fa4edc
|
@ -41,6 +41,15 @@ span.wp-media-buttons-icon:before {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
|
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
|
|
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2359524c%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2359524c%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2359524c%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2359524c%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23523f6d%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23523f6d%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23523f6d%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23523f6d%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #183ad6;
|
color: #183ad6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #183ad6;
|
color: #183ad6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23738e96%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23738e96%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23738e96%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23738e96%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,6 +32,15 @@ span.wp-media-buttons-icon:before {
|
||||||
color: #0096dd;
|
color: #0096dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-core-ui .button-link-delete:hover,
|
||||||
|
.wp-core-ui .button-link-delete:focus {
|
||||||
|
color: #dc3232;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
input[type=checkbox]:checked::before {
|
input[type=checkbox]:checked::before {
|
||||||
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.5-alpha-48375';
|
$wp_version = '5.5-alpha-48376';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue