Bugzilla – Attachment 142497 Details for
Bug 31861
Table controls on checkouts table are buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31861: (follow-up) Fix disabled clear search button
Bug-31861-follow-up-Fix-disabled-clear-search-butt.patch (text/plain), 921 bytes, created by
Martin Renvoize (ashimema)
on 2022-10-24 12:30:47 UTC
(
hide
)
Description:
Bug 31861: (follow-up) Fix disabled clear search button
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-24 12:30:47 UTC
Size:
921 bytes
patch
obsolete
>From a9c702addee8429174a9c2e15b3284f4846c3824 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 24 Oct 2022 12:11:11 +0000 >Subject: [PATCH] Bug 31861: (follow-up) Fix disabled clear search button > >The disabled clear search button should not have a border and background >set. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >index c630cd1e57..b286d871ba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >@@ -577,6 +577,8 @@ a { > } > > &.disabled { >+ background: transparent none; >+ border: 0; > color: #999; > cursor: default; > >-- >2.20.1
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 31861
:
142088
|
142192
|
142198
|
142359
|
142495
| 142497