Skip to content

_ placeholder color _ by kamyar2

Details

Authorkamyar2

LicenseCC Zero

Categoryanywhere

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

placeholder color

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         _ placeholder color _
@version      20240329.11.37
@namespace    https://userstyles.world/user/kamyar2
@description  placeholder color
@author       kamyar2
@license      CC Zero
==/UserStyle== */

@-moz-document url-prefix("http://"), url-prefix("https://") {

/*! SCRN */
/*! DATE Mar 2024 */
/*! DTLS placeholder color */
/*! HTML */
/*
<input placeholder="Stack Snippets are awesome!">
*/

/* Mozilla Firefox 4 to 18 */
/* :-moz-placeholder  {opacity: 1;color: #909;} */

/* Mozilla Firefox 19+ */
/* ::-moz-placeholder {opacity: 1;color: #909;} */

/* Internet Explorer 10-11 */
/* :-ms-input-placeholder        {color: #909;} */

/* Microsoft Edge */
/* ::-ms-input-placeholder       {color: #909;} */

/* WebKit, Blink, Edge */
/* ::-webkit-input-placeholder   {color: #909;} */

/* Most modern browsers support this now. */
/* ::placeholder                 {color: #909;} */

/*! URLs */
/*
https://stackoverflow.com/questions/2610497/change-an-html-inputs-placeholder-color-with-css
*/

}

Reviews

No reviews yet.