diff --git a/bower.json b/bower.json index c413743af..9adc98aac 100644 --- a/bower.json +++ b/bower.json @@ -44,7 +44,7 @@ "angular-bootstrap": "0.14.x", "lodash": "3.x", "jquery": "2.x", - "patternfly": "~3.25.0" + "patternfly": "~3.31.1" }, "devDependencies": { "angular-mocks": "1.3.0 - 1.5.*", diff --git a/package.json b/package.json index 3fed1278e..6c7d28cd6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "angular-ui-bootstrap": "0.14.x", "jquery": "^2.2.4", "lodash": "3.x", - "patternfly": "~3.25.0" + "patternfly": "~3.31.1" }, "devDependencies": { "express": "3.4.4", diff --git a/src/wizard/wizard-directive.js b/src/wizard/wizard-directive.js index e5f9686c5..8b7d29986 100644 --- a/src/wizard/wizard-directive.js +++ b/src/wizard/wizard-directive.js @@ -64,10 +64,10 @@
-
+
-
+
@@ -76,10 +76,10 @@

Wizards should make use of substeps consistently throughout (either using them or not using them). This is an example only.

-
+
-
+
@@ -94,10 +94,10 @@
-
+
-
+
diff --git a/src/wizard/wizard-step.html b/src/wizard/wizard-step.html index e77492c1e..bbabd247c 100644 --- a/src/wizard/wizard-step.html +++ b/src/wizard/wizard-step.html @@ -1,4 +1,4 @@ -
+
  • diff --git a/src/wizard/wizard.html b/src/wizard/wizard.html index 3e62fa8c6..375003354 100644 --- a/src/wizard/wizard.html +++ b/src/wizard/wizard.html @@ -1,9 +1,9 @@
diff --git a/styles/angular-patternfly.css b/styles/angular-patternfly.css index 39580af1b..2ece255f4 100644 --- a/styles/angular-patternfly.css +++ b/styles/angular-patternfly.css @@ -426,6 +426,12 @@ accordion > .panel-group .panel-default .panel-title > a:before { accordion > .panel-group .panel-open .panel-title > a:before { content: "\f107"; } +uib-accordion > .panel-group .panel-default .panel-title > a:before { + content: "\f105"; +} +uib-accordion > .panel-group .panel-open .panel-title > a:before { + content: "\f107"; +} .navbar-brand-txt { line-height: 34px;