зеркало из https://github.com/mozilla/brackets.git
FIX: Keep bg of mobile view white even in dark mode
This commit is contained in:
Родитель
a001335a87
Коммит
282a03247b
|
@ -29,6 +29,10 @@
|
||||||
background-image: url("../lib/appbar.fullscreen.box.svg");
|
background-image: url("../lib/appbar.fullscreen.box.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#second-pane {
|
||||||
|
background: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
.second-pane-scroll {
|
.second-pane-scroll {
|
||||||
overflow: scroll !important;
|
overflow: scroll !important;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче