🐛 Fixed unreadable Unsplash search text in Night Shift mode (#866)

closes https://github.com/TryGhost/Ghost/issues/9030

- don't change the search input's background color when the input has focus in Night Shift
This commit is contained in:
Kevin Ansfield 2017-09-21 10:14:08 +01:00 committed by Katharina Irrgang
parent 6a9239974f
commit a22f80d388

View File

@ -308,6 +308,10 @@ input,
color: #fff;
}
.gh-unsplash-search:focus {
background-color: color(var(--lightgrey));
}
.gh-unsplash-zoom {
background: rgba(0,0,0,0.8);
}