We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aae6a97 + 48c337b commit bd76826Copy full SHA for bd76826
src/scaladoc/scala/tools/nsc/doc/html/resource/lib/template.css
@@ -847,6 +847,19 @@ div.fullcomment dl.paramcmts > dd {
847
font-family: "Open Sans";
848
}
849
850
+#memberfilter > .input > input::-webkit-input-placeholder {
851
+ color: #fff;
852
+ opacity: 0.6;
853
+}
854
+#memberfilter > .input > input:-ms-input-placeholder {
855
856
857
858
+#memberfilter > .input > input::placeholder {
859
860
861
862
+
863
#memberfilter > .clear {
864
display: none;
865
position: absolute;
0 commit comments