Closed jvacek closed 5 years ago
Same Linux Mint 19 Cinnamon but it's white on white
macOS 10.14.5 is like @jvacek's screenshot on 2.34.0
Caprine 2.11.0 on Windows 10 v.1809
I can see 'Type a message...' just fine, but I can't actually see the text I'm writing :/
edit: yes the newest version does fix this, i thought i had renewed the app recently but i hadn't, my bad
Seems to be fixed on Windows in the latest version
It depend which version of Facebook UI you have. Update Caprine to newest version, it should fix problems with newest version of Facebook UI
It depend which version of Facebook UI you have. Update Caprine to newest version, it should fix problems with newest version of Facebook UI
thx, it helps
I think this is still an issue on macOS, but if you go to the menu item Caprine > Caprine Preferences > Advanced > Custom Styles
, you can put this CSS at the end of that file and it will make it a bit lighter grey:
[id^=placeholder] {
color: var(--base-seventy) !important;
-webkit-text-fill-color: var(--base-seventy) !important;
}
Just got the latest v2.34.0 version off of Releases, and I'm encountering the same dark text on a dark background. Windows 10.
Entering a message does switch to a light text color, so that works as expected.
wanted to try what keyboard-clacker suggested but there doesn't seem to be a CSS file for the Windows 10 app :(
but for Mac, does anyone have the code to change the colour of written text? as in text that i type into the chat box?
@MaYa-12 I think this css should work:
._4rv3 ._1mf {
color: /* <insert some color here> */;
-webkit-text-fill-color: /* <insert that same color here> */;
}
In this selector, _4rv3
is the message composer, and _1mf
is specifically any entered text
@keyboard-clacker it worked a dream, thank you so much
np! If you want to find any of these selectors btw @MaYa-12 , you can inspect any elements in the web app and they have the same class names
I'm on PopOS!