Move common input styles out of themes

This commit is contained in:
J. Ryan Stinnett 2019-02-13 10:39:10 +00:00
parent 72f1b79b1d
commit 7bad8d594d
3 changed files with 46 additions and 19 deletions

View file

@ -173,13 +173,6 @@ $room-warning-bg-color: $header-panel-bg-color;
}
}
.input[type=text]::-webkit-input-placeholder,
.input[type=text]::-moz-placeholder,
.input[type=search]::-webkit-input-placeholder,
.input[type=search]::-moz-placeholder {
color: #a5aab2;
}
// ***** Mixins! *****
@define-mixin mx_DialogButton {