summaryrefslogtreecommitdiffstats
path: root/wp-includes/css/media-views.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:26 +0000
commit30883c26bdceb9eaf32c8d4a1b0c1bce223b5226 (patch)
tree39a02e2aeb21ab5b7923c6f5757d66d55b708912 /wp-includes/css/media-views.css
parentAdding upstream version 6.4.3+dfsg1. (diff)
downloadwordpress-30883c26bdceb9eaf32c8d4a1b0c1bce223b5226.tar.xz
wordpress-30883c26bdceb9eaf32c8d4a1b0c1bce223b5226.zip
Adding upstream version 6.5+dfsg1.upstream/6.5+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-includes/css/media-views.css')
-rw-r--r--wp-includes/css/media-views.css66
1 files changed, 48 insertions, 18 deletions
diff --git a/wp-includes/css/media-views.css b/wp-includes/css/media-views.css
index 977ab93..851646e 100644
--- a/wp-includes/css/media-views.css
+++ b/wp-includes/css/media-views.css
@@ -45,12 +45,10 @@
}
.media-frame a:focus {
- box-shadow:
- 0 0 0 1px #4f94d4,
- 0 0 2px 1px rgba(79, 148, 212, 0.8);
+ box-shadow: 0 0 0 2px #2271b1;
color: #043959;
/* Only visible in Windows High Contrast mode */
- outline: 1px solid transparent;
+ outline: 2px solid transparent;
}
.media-frame a.button {
@@ -473,7 +471,7 @@
min-height: 0;
line-height: 2.18181818;
text-align: left;
- color: #008a20;
+ color: #007017;
}
.compat-item label span {
@@ -649,12 +647,10 @@
}
.media-menu .media-menu-item:focus {
- box-shadow:
- 0 0 0 1px #4f94d4,
- 0 0 2px 1px rgba(79, 148, 212, 0.8);
+ box-shadow: 0 0 0 2px #2271b1;
color: #043959;
/* Only visible in Windows High Contrast mode */
- outline: 1px solid transparent;
+ outline: 2px solid transparent;
}
.media-menu .separator {
@@ -704,12 +700,10 @@
}
.media-router .media-menu-item:focus {
- box-shadow:
- 0 0 0 1px #4f94d4,
- 0 0 2px 1px rgba(79, 148, 212, 0.8);
+ box-shadow: 0 0 0 2px #2271b1;
color: #043959;
/* Only visible in Windows High Contrast mode */
- outline: 1px solid transparent;
+ outline: 2px solid transparent;
}
.media-router .active,
@@ -855,6 +849,7 @@
height: 100%;
}
+.options-general-php .crop-content.site-icon,
.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon {
margin-right: 300px;
}
@@ -2017,8 +2012,8 @@
.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus {
color: #2271b1;
- border-color: #4f94d4;
- box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
+ border-color: #2271b1;
+ box-shadow: 0 0 0 1px #2271b1;
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
}
@@ -2134,8 +2129,8 @@
}
.mejs-container:focus {
- outline: 1px solid #4f94d4;
- box-shadow: 0 0 2px 1px rgba(79, 148, 212, 0.8);
+ outline: 1px solid #2271b1;
+ box-shadow: 0 0 0 2px #2271b1;
}
.image-details .media-modal {
@@ -2566,6 +2561,10 @@
width: 230px;
}
+ .options-general-php .crop-content.site-icon {
+ margin-right: 262px;
+ }
+
.attachments-browser .attachments,
.attachments-browser .uploader-inline,
.attachments-browser .media-toolbar,
@@ -2815,6 +2814,34 @@
font-size: 14px;
line-height: 2.71428571;
}
+
+ .media-frame .wp-filter .media-toolbar-secondary {
+ position: unset;
+ }
+
+ .media-frame .media-toolbar-secondary .spinner {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ margin: auto;
+ left: 0;
+ right: 0;
+ z-index: 9;
+ }
+
+ .media-bg-overlay {
+ content: '';
+ background: #ffffff;
+ width: 100%;
+ height: 100%;
+ display: none;
+ position: absolute;
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+ opacity: 0.6;
+ }
}
/* Responsive on portrait and landscape */
@@ -2833,6 +2860,10 @@
position: fixed;
}
+ .options-general-php .crop-content.site-icon {
+ margin-right: 0;
+ }
+
.media-sidebar {
z-index: 1900;
max-width: 70%;
@@ -2905,7 +2936,6 @@
* HiDPI Displays
*/
@media print,
- (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
.wp-core-ui .media-modal-icon {