Bugzilla – Attachment 74559 Details for
Bug 20622
Add some color to bootstrap modal headers and footers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20622: Add some color to bootstrap modal headers and footers
Bug-20622-Add-some-color-to-bootstrap-modal-header.patch (text/plain), 1.11 KB, created by
Kyle M Hall (khall)
on 2018-04-19 14:00:11 UTC
(
hide
)
Description:
Bug 20622: Add some color to bootstrap modal headers and footers
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-04-19 14:00:11 UTC
Size:
1.11 KB
patch
obsolete
>From 87ccb1b34fcf0fc5a6b12d984c0a05c6abd91118 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Thu, 19 Apr 2018 09:58:23 -0400 >Subject: [PATCH] Bug 20622: Add some color to bootstrap modal headers and > footers > >Right now the bootstrap modal header, body and footer are all white. It would be nice to give them a bit of color. > >Test Plan: >1) Apply this patch >2) Find a patron, click the 'add message' button >3) Note the modal header and footer now have a background color >--- > koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css >index 32a614bd70..a197a351b8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css >@@ -2675,6 +2675,10 @@ button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit > overflow-y: auto; > } > >+.modal-header, .modal-footer { >+ background-color : #EDF4F6; >+} >+ > .modal-dialog.modal-wide { > width: 80%; > } >-- >2.15.1 (Apple Git-101)
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 20622
:
74557
|
74558
|
74559
|
74606
|
74694