Bugzilla – Attachment 24411 Details for
Bug 11042
Color issue for selected tab under search box
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11042: Updated staff global.css so that it does not override rules in custom.css
Bug-11042-Updated-staff-globalcss-so-that-it-does-.patch (text/plain), 1.75 KB, created by
Jonathan Druart
on 2014-01-15 16:06:36 UTC
(
hide
)
Description:
Bug 11042: Updated staff global.css so that it does not override rules in custom.css
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-01-15 16:06:36 UTC
Size:
1.75 KB
patch
obsolete
>From a85c94edadd2118db0dcf72148030ad346c55e66 Mon Sep 17 00:00:00 2001 >From: Ketan Kulkarni <ketan@carvingit.com> >Date: Sat, 26 Oct 2013 09:23:08 +0530 >Subject: [PATCH] Bug 11042: Updated staff global.css so that it does not > override rules in custom.css > >Test plan: >put >\#header_search ul.ui-tabs-nav li.ui-tabs-selected { > background-color: #FFFFF1; > border: 1px solid #800000; !important; > border-top: 0 !important; > top: -1px; >} >in the pref IntranetUserCSS. > >Go on the intranet main page. >Look at the borders of the selected tab in the search header. >They should be burgundy-coloured. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >index 1f8ea3f..18378a0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -2248,16 +2248,19 @@ ul.ui-tabs-nav li { > margin-left: 1em; > } > #header_search ul.ui-tabs-nav li.ui-state-default { >- border: 0 !important; >+ border: 0 solid #85CA11; > background : transparent none; top: 0; > } > #header_search ul.ui-tabs-nav li.ui-state-default a { > padding : .3em .6em; > } > #header_search ul.ui-tabs-nav li.ui-tabs-selected { >+ border-width: 1px !important; >+ border-bottom:1px solid #85CA11 !important; >+ border-color:#85CA11; >+ border-top: 0 !important; >+ top: -1px; > background-color : #FFFFF1; >- border: 1px solid #85CA11 !important; >- border-top: 0 !important; top: -1px; > } > #header_search ul.ui-tabs-nav li.ui-tabs-selected a { > text-decoration: none; >-- >1.7.10.4
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 11042
:
21975
|
22433
| 24411