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.
1 parent 9360016 commit 1987a5cCopy full SHA for 1987a5c
resources/css/theme.css
@@ -3549,3 +3549,19 @@ body.sidebars--static .logo {
3549
margin-right: 15px;
3550
}
3551
3552
+.form-control::placeholder {
3553
+color: {{ setting_value('visiosoft.theme.defaultadmin::input_placeholder_color')}} !important;
3554
+opacity: 1; /* Firefox */
3555
+}
3556
+
3557
+.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
3558
3559
3560
3561
+.form-control::-ms-input-placeholder { /* Microsoft Edge */
3562
3563
3564
3565
+.input-wrapper .modal {
3566
+ z-index: 2000 !important;
3567
0 commit comments