Fixed handling of text color for disabled input fields
authorAlexander Ebert <ebert@woltlab.com>
Tue, 25 Apr 2017 12:33:16 +0000 (14:33 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 25 Apr 2017 12:34:10 +0000 (14:34 +0200)
wcfsetup/install/files/acp/style/acpStyleEditor.css

index c5ba0cb829a92f01e82d3ebe20e71960744652e8..4098a9030477507bb7be04596427038444f03dc6 100644 (file)
@@ -49,6 +49,9 @@ html[dir="rtl"] #spTable th { text-align: right; }
 #spTable th, #spTable td { padding: 10px; }
 #spTable tr:not(:last-child) > td { border-bottom: 1px solid #000; }
 
+/* ### input ### */
+#spInputDisabled { -webkit-text-fill-color: unset; }
+
 /* ### button ### */
 #spButton .button.disabled, #spButtonPrimary .button.disabled { cursor: default; }
 #spButtonPrimary { margin-top: 10px; }