Changeset c901131 in Klonkt for src/assets
- Timestamp:
- 06/24/2026 02:59:22 PM (3 months ago)
- Branches:
- main
- Children:
- 77ccd5d
- Parents:
- 40cf2ef
- File:
-
- 1 edited
-
src/assets/css/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/assets/css/style.css
r40cf2ef rc901131 4434 4434 .fedi-remote-form { display: inline-flex; align-items: center; gap: .4rem; margin: .55rem 0 0; flex-wrap: wrap; } 4435 4435 .fedi-remote-form input { 4436 padding: .45rem .7rem; border-radius: 9px; font: inherit; min-width: 240px; 4437 border: 1px solid color-mix(in srgb, var(--ink, #000) 22%, transparent); 4438 background: var(--paper, #fff); color: var(--ink, #000); 4439 } 4440 .fedi-remote-form input:focus { outline: 2px solid color-mix(in srgb, var(--accent, #888) 55%, transparent); outline-offset: 1px; } 4441 .fedi-remote-form .fedi-remote-go { padding: .45rem .8rem; } 4442 .fedi-remote-form .fedi-remote-cancel { background: none; border: none; color: var(--ink-soft, #888); cursor: pointer; font-size: 1.05rem; line-height: 1; padding: .25rem .4rem; } 4436 height: 2.2rem; padding: 0 .9rem; border-radius: 999px; font: inherit; min-width: 230px; 4437 border: 1px solid color-mix(in srgb, var(--ink, #000) 18%, transparent); 4438 background: color-mix(in srgb, var(--ink, #000) 4%, transparent); color: var(--ink, #000); 4439 } 4440 .fedi-remote-form input::placeholder { color: var(--ink-soft, #999); } 4441 .fedi-remote-form input:focus { outline: none; border-color: color-mix(in srgb, var(--accent, #888) 70%, transparent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent, #888) 22%, transparent); } 4442 .fedi-remote-form .fedi-remote-go { 4443 height: 2.2rem; min-width: 2.2rem; padding: 0 .85rem; border-radius: 999px; 4444 display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; 4445 } 4446 .fedi-remote-form .fedi-remote-cancel { background: none; border: none; color: var(--ink-soft, #888); cursor: pointer; font-size: 1.1rem; line-height: 1; padding: .25rem .35rem; } 4443 4447 .fedi-remote-form .fedi-remote-cancel:hover { color: var(--ink, #000); }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)