Bugzilla – Attachment 194196 Details for
Bug 39662
Register a new account page - X next to calendar is confusing, should use different button style
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39662: CSS styling for clear date button
Bug-39662-CSS-styling-for-clear-date-button.patch (text/plain), 1.57 KB, created by
David Nind
on 2026-02-28 09:51:56 UTC
(
hide
)
Description:
Bug 39662: CSS styling for clear date button
Filename:
MIME Type:
Creator:
David Nind
Created:
2026-02-28 09:51:56 UTC
Size:
1.57 KB
patch
obsolete
>From 4f453fab76521408837e3eb0c54a1dbee43abf6c Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Wed, 4 Feb 2026 14:26:23 +0000 >Subject: [PATCH] Bug 39662: CSS styling for clear date button > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../opac-tmpl/bootstrap/css/src/opac.scss | 34 +++++++++++++++++-- > 1 file changed, 32 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index 4c73efaefc..84f0dd642d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -90,11 +90,41 @@ a { > padding-left: 1em; > } > >+ .flatpickr_wrapper { >+ display: inline-flex; >+ align-items: stretch; >+ max-width: 100%; >+ } >+ >+ .flatpickr_wrapper > input.flatpickr { >+ flex: 1 1 auto; >+ min-width: 0; >+ } >+ > &.clear_date { >- color: #C33; >- font-size: 130%; >+ display: inline-flex; >+ align-items: center; >+ justify-content: center; >+ color: #6c757d; >+ background: transparent; >+ border: 0; >+ padding: .25rem .375rem; >+ margin-left: .25rem; >+ line-height: 1; >+ font-size: 1.1rem; >+ cursor: pointer; >+ >+ &:hover { >+ color: #495057; >+ text-decoration: none; > } > >+ &:focus, >+ &:focus-visible { >+ outline: 2px solid currentColor; >+ outline-offset: 2px; >+ } >+} > &.title { > display: block; > font-size: 108%; >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39662
:
181050
|
185935
|
185936
|
186175
|
192462
|
192463
| 194196 |
194197