Fixed background colour while replacing a file in File Manager dialog.

This commit is contained in:
Aditya Toshniwal 2018-10-24 17:53:06 +05:30 committed by Akshay Joshi
parent 2058cdf662
commit 091aa62084

View File

@ -287,7 +287,7 @@
border: 1px solid $color-gray-light; border: 1px solid $color-gray-light;
border-left: 0; border-left: 0;
border-right: 0; border-right: 0;
background: $color-fg-inverse; background: $color-bg-inverse;
box-shadow: 1px 0px 3px 1px $color-bg; box-shadow: 1px 0px 3px 1px $color-bg;
font-weight: bold; font-weight: bold;
position: absolute; position: absolute;