From b0db3fe51b65333703ea18fec2fc532f89c874b1 Mon Sep 17 00:00:00 2001 From: Matt Eason Date: Mon, 11 Jul 2016 09:57:35 +0100 Subject: [PATCH] Add black-label class Copied from Perforce Change: 113976 --- .../webapp/WEB-INF/components-new/CSS-FOX5/components.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/webapp/WEB-INF/components-new/CSS-FOX5/components.css b/src/main/webapp/WEB-INF/components-new/CSS-FOX5/components.css index 6f846e3..2fcee22 100644 --- a/src/main/webapp/WEB-INF/components-new/CSS-FOX5/components.css +++ b/src/main/webapp/WEB-INF/components-new/CSS-FOX5/components.css @@ -228,6 +228,14 @@ nav.menu-out a.current-nav-item { font-weight: 600; } +.black-label, +.button.black-label, +.button.black-label:hover, +.button.black-label:active, +.button.black-label:visited { + background: #000; +} + .link-button::before { color: #666; }