File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/MediaGalleryUi/view/adminhtml/web/css/source Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
@color-media-gallery-buttons-border : #adadad ;
19
19
@color-media-gallery-buttons-text : #514943 ;
20
20
@color-media-gallery-checkbox-background : #eee ;
21
-
21
+ @color-media-gallery-scrollbar-background : white ;
22
22
& when (@media-common = true ) {
23
23
24
24
.media-gallery-delete-image-action ,
274
274
275
275
.media-directory-container {
276
276
& ::-webkit-scrollbar {
277
- background-color : @color-media-gallery-checkbox -background ;
277
+ background-color : @color-media-gallery-scrollbar -background ;
278
278
}
279
279
& ::-webkit-scrollbar-thumb {
280
280
background-color : @color-masonry-grey ;
284
284
overflow-x : scroll ;
285
285
overflow-y : hidden ;
286
286
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 ;
288
288
}
289
289
290
290
.media-gallery-image-block {
You can’t perform that action at this time.
0 commit comments