diff --git a/css/sherman-black.css b/css/sherman-black.css index 0dd2616..e840ec3 100644 --- a/css/sherman-black.css +++ b/css/sherman-black.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-blue.css b/css/sherman-blue.css index 40ff1d4..38405b0 100644 --- a/css/sherman-blue.css +++ b/css/sherman-blue.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-brightyellow.css b/css/sherman-brightyellow.css index 999f790..e544a06 100644 --- a/css/sherman-brightyellow.css +++ b/css/sherman-brightyellow.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-green.css b/css/sherman-green.css index d0c22b9..79b2b58 100644 --- a/css/sherman-green.css +++ b/css/sherman-green.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-grey.css b/css/sherman-grey.css index 431458f..0d124f5 100644 --- a/css/sherman-grey.css +++ b/css/sherman-grey.css @@ -5898,6 +5898,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7976,6 +7980,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9327,10 +9334,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9562,32 +9569,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-hotpink.css b/css/sherman-hotpink.css index dc72792..6f4ed15 100644 --- a/css/sherman-hotpink.css +++ b/css/sherman-hotpink.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-huntergreen.css b/css/sherman-huntergreen.css index aff5160..1157b68 100644 --- a/css/sherman-huntergreen.css +++ b/css/sherman-huntergreen.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-lavender.css b/css/sherman-lavender.css index dafdde2..ec78b26 100644 --- a/css/sherman-lavender.css +++ b/css/sherman-lavender.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-orange.css b/css/sherman-orange.css index 7ec11f4..bcd9b00 100644 --- a/css/sherman-orange.css +++ b/css/sherman-orange.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-pink.css b/css/sherman-pink.css index 9ac474e..83acbfb 100644 --- a/css/sherman-pink.css +++ b/css/sherman-pink.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-purple.css b/css/sherman-purple.css index b8f3f2e..9029aed 100644 --- a/css/sherman-purple.css +++ b/css/sherman-purple.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-red.css b/css/sherman-red.css index 98a7ce3..7e31318 100644 --- a/css/sherman-red.css +++ b/css/sherman-red.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-redorange.css b/css/sherman-redorange.css index b375e73..9d03f65 100644 --- a/css/sherman-redorange.css +++ b/css/sherman-redorange.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-skyblue.css b/css/sherman-skyblue.css index bd95da8..b54d463 100644 --- a/css/sherman-skyblue.css +++ b/css/sherman-skyblue.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-teal.css b/css/sherman-teal.css index f2b4c12..f38aa43 100644 --- a/css/sherman-teal.css +++ b/css/sherman-teal.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/css/sherman-yellow.css b/css/sherman-yellow.css index 90446f2..af0a6c7 100644 --- a/css/sherman-yellow.css +++ b/css/sherman-yellow.css @@ -5891,6 +5891,10 @@ button.close { #mega-menu-wrap-primary .mega-toggle-label-closed { display: none; } +.dropdown-menu > li > a { + white-space: pre-wrap; + min-width: 250px; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window { text-decoration: none; color: #107ac8; } +.dropdown-toggle:focus { + outline: inherit; } + .accessibility-fail { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -9320,10 +9327,10 @@ body { margin-top: 1em; } #primary #main .page h3 { margin-top: 2em; - font-weight: 200; } + font-weight: 400; } #primary #main .page h3.panel-title { margin-top: 0; - font-weight: 200; } + font-weight: 400; } #primary #main #page-archive .entry-header .page-title { padding-left: 0.57em; } #primary #main #page-blank .page { @@ -9555,32 +9562,32 @@ Header Widget Area /*-------------------------------------------------------------- Button Hover Fix --------------------------------------------------------------*/ -#page #content .widget .btn.btn-primary:hover { +#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus { color: white !important; } -#page #content .widget .btn.btn-success:hover { +#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus { color: white !important; } -#page #content .widget .btn.btn-info:hover { +#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus { color: white !important; } -#page #content .widget .btn.btn-warning:hover { +#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus { color: white !important; } -#page #content .widget .btn.btn-danger:hover { +#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus { color: white !important; } -#page #footers .widget .btn.btn-primary:hover { +#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus { color: white !important; } -#page #footers .widget .btn.btn-success:hover { +#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus { color: white !important; } -#page #footers .widget .btn.btn-info:hover { +#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus { color: white !important; } -#page #footers .widget .btn.btn-warning:hover { +#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus { color: white !important; } -#page #footers .widget .btn.btn-danger:hover { +#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus { color: white !important; } diff --git a/sass/_sherman-common.scss b/sass/_sherman-common.scss index af6e2b9..43e3900 100644 --- a/sass/_sherman-common.scss +++ b/sass/_sherman-common.scss @@ -435,7 +435,7 @@ body{ } } // Flexible Post Widgets - &.widget_dpe_fp_widget{ + &.widget_dpe_fp_widget{ } } @@ -496,11 +496,11 @@ body{ } h3 { margin-top:2em; - font-weight:200; + font-weight:400; } h3.panel-title{ margin-top:0; - font-weight:200; + font-weight:400; } } #page-archive{ @@ -824,19 +824,19 @@ Button Hover Fix #content { .widget { .btn { - &.btn-primary:hover { + &.btn-primary:hover, &.btn-primary:focus { color:white !important; } - &.btn-success:hover { + &.btn-success:hover, &.btn-success:focus { color:white !important; } - &.btn-info:hover { + &.btn-info:hover, &.btn-info:focus { color:white !important; } - &.btn-warning:hover { + &.btn-warning:hover, &.btn-warning:focus { color:white !important; } - &.btn-danger:hover { + &.btn-danger:hover, &.btn-danger:focus { color:white !important; } } @@ -846,19 +846,19 @@ Button Hover Fix #footers { .widget { .btn { - &.btn-primary:hover { + &.btn-primary:hover, &.btn-primary:focus { color:white !important; } - &.btn-success:hover { + &.btn-success:hover, &.btn-success:focus { color:white !important; } - &.btn-info:hover { + &.btn-info:hover, &.btn-info:focus { color:white !important; } - &.btn-warning:hover { + &.btn-warning:hover, &.btn-warning:focus { color:white !important; } - &.btn-danger:hover { + &.btn-danger:hover, &.btn-danger:focus { color:white !important; } } diff --git a/sass/sherman-blue.scss b/sass/sherman-blue.scss index fd5b38b..b927903 100644 --- a/sass/sherman-blue.scss +++ b/sass/sherman-blue.scss @@ -7,4 +7,4 @@ // loads bootstrap, and cornerstone. @import "../../cornerstone/style.scss"; // Now... load styles that are particular to sherman. The gradient header, for instance. -@import "_sherman-common.scss"; \ No newline at end of file +@import "_sherman-common.scss"; \ No newline at end of file