Skip to content
Snippets Groups Projects
Commit 165abfc9 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Change placeholder color in room-join and comment-search

parent cc5e14a2
No related merge requests found
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
<mat-icon>close</mat-icon> <mat-icon>close</mat-icon>
</button> </button>
<!-- <span class="fill-remaining-space"></span> -->
<div class="button-bar" fxLayoutAlign="center center"> <div class="button-bar" fxLayoutAlign="center center">
<div *ngIf="comments && comments.length > 0"> <div *ngIf="comments && comments.length > 0">
<mat-chip-list> <mat-chip-list>
......
...@@ -109,3 +109,8 @@ h4 { ...@@ -109,3 +109,8 @@ h4 {
.down { .down {
color: var(--red); color: var(--red);
} }
::placeholder {
color: var(--on-primary);
opacity: 1;
}
...@@ -25,3 +25,8 @@ input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-i ...@@ -25,3 +25,8 @@ input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-i
mat-hint { mat-hint {
color: var(--on-surface) !important; color: var(--on-surface) !important;
} }
::placeholder {
color: var(--on-surface);
opacity: 1;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment