Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 4657371

Browse files
committed
style(next): tweak the text segments of input groups
1 parent 09c14f8 commit 4657371

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/public/stylesheets/theme-next/forms.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@ input::selection,
252252
--accented-background-color: transparent;
253253

254254
border: none;
255+
font-style: italic;
256+
color: var(--input-placeholder-color);
257+
user-select: none;
258+
cursor: default;
255259
}
256260

257261
/* Combo box-like dropdown buttons */

0 commit comments

Comments
 (0)