update placeholder text to meet contrast requirement
This commit is contained in:
parent
3c4d260206
commit
d71f1a8c64
@ -74,6 +74,12 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
[hidden]:not([hidden="false"]) {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
textarea::-webkit-input-placeholder,
|
||||
input::-webkit-input-placeholder {
|
||||
color: var(--palette-placeholder-text);
|
||||
opacity: 1;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
document.addEventListener('gesturestart', function (e) {
|
||||
|
@ -1,4 +1,6 @@
|
||||
:root {
|
||||
--palette-placeholder-text: #7a7a7a;
|
||||
|
||||
--color-white: #FFF;
|
||||
--color-off-white: #F3F6F9;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user