Skip to content

Commit 9a2880d

Browse files
committed
cFix colors
1 parent 8c0e991 commit 9a2880d

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/MediaGalleryUi/view/adminhtml/web/css/source

1 file changed

+3
-3
lines changed

app/code/Magento/MediaGalleryUi/view/adminhtml/web/css/source/_module.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@color-media-gallery-buttons-border: #adadad;
1919
@color-media-gallery-buttons-text: #514943;
2020
@color-media-gallery-checkbox-background: #eee;
21-
21+
@color-media-gallery-scrollbar-background: white;
2222
& when (@media-common = true) {
2323

2424
.media-gallery-delete-image-action,
@@ -274,7 +274,7 @@
274274

275275
.media-directory-container {
276276
&::-webkit-scrollbar {
277-
background-color: @color-media-gallery-checkbox-background;
277+
background-color: @color-media-gallery-scrollbar-background;
278278
}
279279
&::-webkit-scrollbar-thumb {
280280
background-color: @color-masonry-grey;
@@ -284,7 +284,7 @@
284284
overflow-x: scroll;
285285
overflow-y: hidden;
286286
padding-right: 40px;
287-
scrollbar-color: @color-masonry-grey @color-media-gallery-checkbox-background;
287+
scrollbar-color: @color-masonry-grey @color-media-gallery-scrollbar-background;
288288
}
289289

290290
.media-gallery-image-block {

0 commit comments

Comments
 (0)