<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[QElectroTech — text input bar]]></title>
		<link>https://qelectrotech.org/forum/viewtopic.php?id=2721</link>
		<atom:link href="https://qelectrotech.org/forum/extern.php?action=feed&amp;tid=2721&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in text input bar.]]></description>
		<lastBuildDate>Mon, 13 May 2024 08:43:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: text input bar]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=19886#p19886</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>jhonathan disner wrote:</cite><blockquote><p>Hello <a href="https://geometrydash-meltdown.com"><span style="color: #222222">geometry dash meltdown</span></a></p><p>I&#039;m using dark mode in my project, which is great in many aspects, especially because I can customize the colors to my preference using CSS tables. However, there&#039;s an issue I&#039;d like to address: the text input bar. When I select a gray background color for the page, the text input bar practically disappears. This becomes inconvenient because when entering text or naming tags in a file, the bar doesn&#039;t blink, making it difficult to know where it is.</p><p>I need help finding a solution to this problem.</p></blockquote></div><br /><p>You can use CSS to target the specific style of the text input element and set its background and text color to ensure good contrast in dark mode. Here&#039;s an example:<br /></p><div class="codebox"><pre><code>CSS
input[type=&quot;text&quot;] {
   background-color: #e0e0e0; /* Light gray background */
   color: black; /* Black text for good contrast */
}</code></pre></div><p>This will override the default styles for text input elements and make them more visible in your dark theme. </p>]]></description>
			<author><![CDATA[null@example.com (kylegaribay796)]]></author>
			<pubDate>Mon, 13 May 2024 08:43:35 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=19886#p19886</guid>
		</item>
		<item>
			<title><![CDATA[text input bar]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=19751#p19751</link>
			<description><![CDATA[<p> Hello,</p><p>I&#039;m using dark mode in my project, which is great in many aspects, especially because I can customize the colors to my preference using CSS tables. However, there&#039;s an issue I&#039;d like to address: the text input bar. When I select a gray background color for the page, the text input bar practically disappears. This becomes inconvenient because when entering text or naming tags in a file, the bar doesn&#039;t blink, making it difficult to know where it is.</p><p>I need help finding a solution to this problem. </p>]]></description>
			<author><![CDATA[null@example.com (jhonathan disner)]]></author>
			<pubDate>Tue, 02 Apr 2024 21:09:41 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=19751#p19751</guid>
		</item>
	</channel>
</rss>
