diff --git a/css/hale2015-blue.css b/css/hale2015-blue.css index 81eb63e..bed4e11 100644 --- a/css/hale2015-blue.css +++ b/css/hale2015-blue.css @@ -5877,6 +5877,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 - - - - - - - - - - - - - - - - - - - */ @@ -7955,6 +7959,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%); diff --git a/css/hale2015-green.css b/css/hale2015-green.css index 14b8f61..d347de2 100644 --- a/css/hale2015-green.css +++ b/css/hale2015-green.css @@ -5877,6 +5877,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 - - - - - - - - - - - - - - - - - - - */ @@ -7955,6 +7959,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%); diff --git a/css/hale2015-orange.css b/css/hale2015-orange.css index 0fb65a6..9c376b9 100644 --- a/css/hale2015-orange.css +++ b/css/hale2015-orange.css @@ -5877,6 +5877,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 - - - - - - - - - - - - - - - - - - - */ @@ -7955,6 +7959,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%); diff --git a/css/hale2015-purple.css b/css/hale2015-purple.css index 3a563a6..092a6ac 100644 --- a/css/hale2015-purple.css +++ b/css/hale2015-purple.css @@ -5877,6 +5877,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 - - - - - - - - - - - - - - - - - - - */ @@ -7955,6 +7959,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%); diff --git a/css/hale2015-red.css b/css/hale2015-red.css index 8e673fb..6b60a1f 100644 --- a/css/hale2015-red.css +++ b/css/hale2015-red.css @@ -5877,6 +5877,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 - - - - - - - - - - - - - - - - - - - */ @@ -7955,6 +7959,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%); diff --git a/prepros-6.config b/prepros-6.config index 2156a1d..f685a40 100644 --- a/prepros-6.config +++ b/prepros-6.config @@ -584,7 +584,7 @@ } ], "projectView": { - "selectedView": "settings" + "selectedView": "file-tree" }, "fileWatcher": { "enabled": true, diff --git a/scss/_hale2015-common.scss b/scss/_hale2015-common.scss index b98d48f..365c801 100644 --- a/scss/_hale2015-common.scss +++ b/scss/_hale2015-common.scss @@ -22,7 +22,7 @@ $btn-primary-border: darken($brand-primary, 15%) !default; $btn-success-border: darken($brand-success, 15%) !default; $btn-info-border: darken($brand-info, 15%) !default; $btn-warning-border: darken($brand-warning, 15%) !default; -$btn-danger-border: darken($brand-danger, 15%) !default; +$btn-danger-border: darken($brand-danger, 15%) !default; diff --git a/scss/hale2015-blue.scss b/scss/hale2015-blue.scss index e999e4a..c621c83 100644 --- a/scss/hale2015-blue.scss +++ b/scss/hale2015-blue.scss @@ -1,4 +1,4 @@ // blue $nav-color-base: #0f4786; $widget-head-color: $nav-color-base; -@import "_hale2015-common.scss"; \ No newline at end of file +@import "_hale2015-common.scss"; \ No newline at end of file diff --git a/scss/hale2015-green.scss b/scss/hale2015-green.scss index 0592ae6..eaf7d7d 100644 --- a/scss/hale2015-green.scss +++ b/scss/hale2015-green.scss @@ -1,4 +1,4 @@ // green $nav-color-base: #0f861a; $widget-head-color: $nav-color-base; -@import "_hale2015-common.scss"; \ No newline at end of file +@import "_hale2015-common.scss"; \ No newline at end of file diff --git a/scss/hale2015-orange.scss b/scss/hale2015-orange.scss index aa0da3f..89768f8 100644 --- a/scss/hale2015-orange.scss +++ b/scss/hale2015-orange.scss @@ -1,4 +1,4 @@ // orange $nav-color-base: #e07502; $widget-head-color: $nav-color-base; -@import "_hale2015-common.scss"; \ No newline at end of file +@import "_hale2015-common.scss"; \ No newline at end of file diff --git a/scss/hale2015-purple.scss b/scss/hale2015-purple.scss index d1cfa87..b2b9e88 100644 --- a/scss/hale2015-purple.scss +++ b/scss/hale2015-purple.scss @@ -1,4 +1,4 @@ // purple $nav-color-base: #850f86; $widget-head-color: $nav-color-base; -@import "_hale2015-common.scss"; \ No newline at end of file +@import "_hale2015-common.scss"; \ No newline at end of file diff --git a/scss/hale2015-red.scss b/scss/hale2015-red.scss index 7712b88..5621d97 100644 --- a/scss/hale2015-red.scss +++ b/scss/hale2015-red.scss @@ -1,4 +1,4 @@ // red $nav-color-base: #BD4147; $widget-head-color: $nav-color-base; -@import "_hale2015-common.scss"; \ No newline at end of file +@import "_hale2015-common.scss"; \ No newline at end of file