Bugzilla – Attachment 143697 Details for
Bug 31759
Improve styling of tabs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37159: Updated tab style
Bug-37159-Updated-tab-style.patch (text/plain), 3.23 KB, created by
Katrin Fischer
on 2022-11-10 17:42:50 UTC
(
hide
)
Description:
Bug 37159: Updated tab style
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-10 17:42:50 UTC
Size:
3.23 KB
patch
obsolete
>From 6f5a5b6e70b4a6c779ea3977a4198e5b3b0a442e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 26 Oct 2022 18:29:23 +0000 >Subject: [PATCH] Bug 37159: Updated tab style > >To test, apply the patch and rebuild the staff interface CSS >(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). > >Test plan >1) Confirm the styling change for top level tabs on patron details or catalog > details pages. >2) Confirm the styling change is ok for a nested set of tabs (catalog > holds page is a good example). > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >https://bugs.koha-community.org/show_bug.cgi?id=31759 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/css/src/staff-global.scss | 44 ++++++++++--------- > 1 file changed, 24 insertions(+), 20 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index f41f3d729b..3a34578431 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -690,11 +690,6 @@ ul { > } > } > >- &.nav-tabs { >- border-bottom: 1px solid transparent; >- padding: .2em 1.4em 0 1.4em; >- } >- > &.budget_hierarchy { > margin-left: 0; > padding-left: 0; >@@ -2832,11 +2827,11 @@ td.bundle { > > .toptabs { > margin-top: 5px; >- .ui-tabs-panel { >- fieldset { >- box-shadow: none; >- } >- } >+} >+ >+fieldset > .toptabs { >+ background-color: #F3F4F4; >+ padding: 1em; > } > > .authref { >@@ -3403,28 +3398,35 @@ code { > > .tab-content { > background-color: #fff; >- border: 2px solid $background-color-primary; >- border-radius: 4px; >+ border: 0; >+ border-radius: 0; > padding: 1em; > } > > .nav-tabs { >+ border-bottom: 0; >+ padding: .2em 1.4em 0 0; >+ > > li { >+ margin-bottom: -2px; >+ > > a { >- background-color: $background-color-secondary; >- border-radius: 4px 4px 0 0; >- border-color: $background-color-secondary; >- color: #111; >+ background-color: $background-color-primary; >+ border: 2px solid $background-color-primary; >+ border-bottom: 0; >+ border-radius: 0; >+ color: #FFF; >+ font-weight: bold; > line-height: 1.3; > margin-right: .4em; > padding: .5em 1em; > > &:hover, &:focus, &:active { > background-color: $background-color-primary; >- border-color: $background-color-primary; >+ border: 2px solid $background-color-primary; >+ border-bottom: 0; > padding: .5em 1em; > text-decoration: none; >- color: #FFFFFF; > } > } > >@@ -3432,9 +3434,11 @@ code { > a, > a:hover, > a:focus { >- background-color: $background-color-primary; >- color: #FFFFFF; >+ background-color: #FFF; >+ border: 2px solid #FFF; >+ color: #111; > cursor: default; >+ padding: .5em 1em; > } > } > } >-- >2.30.2
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 31759
:
141892
|
141895
|
141896
|
142681
|
142716
|
143394
|
143585
|
143694
| 143697