[
https://issues.apache.org/jira/browse/KARAF-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16635638#comment-16635638
]
ASF GitHub Bot commented on KARAF-5906:
---------------------------------------
jbonofre closed pull request #612: [KARAF-5906] Update to Apache Felix
Webconsole 4.3.8
URL: https://github.com/apache/karaf/pull/612
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/pom.xml b/pom.xml
index 45a5a0d43d..0087347fa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@
<felix.inventory.version>1.0.4</felix.inventory.version>
<felix.plugin.version>3.5.1</felix.plugin.version>
<felix.utils.version>1.11.0</felix.utils.version>
- <felix.webconsole.version>4.3.4</felix.webconsole.version>
+ <felix.webconsole.version>4.3.8</felix.webconsole.version>
<felix.webconsole.api.version>3.1.2</felix.webconsole.api.version>
<felix.memoryusage.webconsole.plugin.version>1.0.8</felix.memoryusage.webconsole.plugin.version>
<felix.metatype.version>1.2.0</felix.metatype.version>
diff --git a/webconsole/console/src/main/resources/res/karaf/ui/webconsole.css
b/webconsole/console/src/main/resources/res/karaf/ui/webconsole.css
index a2fc6548cf..c6cc9c3adc 100644
--- a/webconsole/console/src/main/resources/res/karaf/ui/webconsole.css
+++ b/webconsole/console/src/main/resources/res/karaf/ui/webconsole.css
@@ -84,6 +84,11 @@
display: none;
}
+.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header
.ui-state-active, a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
+ border: 0px !important;
+ background: transparent !important;
+}
+
/* CENTRAL CONTENT AREA STYLING */
#content, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget
textarea, .ui-widget button { font-size: 8pt }
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Update to Apache Felix Webconsole 4.3.8 and latest jQuery UI 1.12.1
> -------------------------------------------------------------------
>
> Key: KARAF-5906
> URL: https://issues.apache.org/jira/browse/KARAF-5906
> Project: Karaf
> Issue Type: Improvement
> Components: karaf
> Reporter: Francois Papon
> Assignee: Francois Papon
> Priority: Major
> Labels: webconsole
> Fix For: 4.2.2, 4.1.7
>
>
> We are using Apache Felix Webconsole 4.3.4 and should be updated to the
> latest 4.3.8 with JQuery 1.12.1.
> https://issues.apache.org/jira/browse/FELIX-5901
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)