Bugzilla – Attachment 153056 Details for
Bug 34129
Responsive table button icon broken after FontAwesome upgrade
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[ALTERNATE] Bug 34129: Fix plus and minus icon
Bug-34129-Fix-plus-and-minus-icon.patch (text/plain), 1.64 KB, created by
Jonathan Druart
on 2023-07-05 12:54:29 UTC
(
hide
)
Description:
[ALTERNATE] Bug 34129: Fix plus and minus icon
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-07-05 12:54:29 UTC
Size:
1.64 KB
patch
obsolete
>From af8564babd3763aa6114e0684ede6deb05aa6a4c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 5 Jul 2023 14:47:41 +0200 >Subject: [PATCH] Bug 34129: Fix plus and minus icon > >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >index a25d513c835..56639bd48a3 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >@@ -576,7 +576,20 @@ table { > th { > &.dtr-control { > &::before { >+ background-color: #E1E1E1; >+ background-image: linear-gradient(180deg, #EBEBEB, #E1E1E1); >+ border: 1px solid #B3B3B3; >+ border-radius: .25rem; >+ box-shadow: none; >+ color: #000; > content: "\f068"; >+ font-family: FontAwesome; >+ font-size: 1em; >+ font-style: normal; >+ height: 1em; >+ left: 35%; >+ padding: .5rem; >+ width: 1em; > } > } > } >-- >2.25.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 34129
:
153055
|
153056
|
153063
|
154497
|
154804