Skip to content

Commit 102ca2e

Browse files
committed
UX: Increase input placeholder opacity to 0.6 in vuetify.css photoprism#3168
Signed-off-by: Michael Mayer <[email protected]>
1 parent 5f7338a commit 102ca2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/css/vuetify.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ div.v-dialog.v-dialog--fullscreen > div.v-card {
281281
}
282282

283283
.v-input .v-field__field input::placeholder {
284-
opacity: 0.54;
284+
opacity: 0.6;
285285
}
286286

287287
.v-btn {

0 commit comments

Comments
 (0)