diff --git a/interfaces/Config/templates/staticcfg/css/Night.css b/interfaces/Config/templates/staticcfg/css/Night.css index 745c3b236..46a6ba8c4 100644 --- a/interfaces/Config/templates/staticcfg/css/Night.css +++ b/interfaces/Config/templates/staticcfg/css/Night.css @@ -288,18 +288,9 @@ col2 h3 a, fill: #555555; } -/* Placeholders - Will not work if grouped! */ -::-webkit-input-placeholder { - color: #EBEBEB !important; -} - -::-moz-placeholder { - color: #EBEBEB !important; - opacity: 1 !important; -} - -:-ms-input-placeholder { +::placeholder { color: #EBEBEB !important; + opacity: 0.5; } .tooltip-inner { diff --git a/interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css b/interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css index 73d8e4e51..3d5170f9f 100644 --- a/interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css +++ b/interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css @@ -272,16 +272,7 @@ button:focus { outline: initial; } -/* Placeholders - Will not work if grouped! */ -::-webkit-input-placeholder { - color: #EBEBEB !important; -} - -::-moz-placeholder { - color: #EBEBEB !important; - opacity: 1 !important; -} - -:-ms-input-placeholder { - color: #EBEBEB !important; +::placeholder { + color: #EBEBEB !important; + opacity: 0.5 !important; } \ No newline at end of file