f9820aa7 by Jeff Balicki

qa fixes

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 54a0a5d2
......@@ -15169,6 +15169,10 @@ body {
top: 10px;
left: 13px;
}
.back-one-level:active,
.back-one-level:hover {
background-color: #669999;
}
.is-visible .back-one-level {
display: block !important;
}
......@@ -15256,6 +15260,9 @@ body {
height: 40px;
margin-right: 15px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:active:only-child {
background-color: #669999;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
display: none !important;
}
......@@ -15308,6 +15315,12 @@ body {
.mega-sub-menu .mega-menu-item {
margin-top: 14px !important;
}
.mega-sub-menu .mega-current_page_item a .mega-menu-title,
.mega-sub-menu .mega-menu-item a:hover .mega-menu-title,
.mega-sub-menu .mega-menu-item a:active .mega-menu-title,
.mega-sub-menu .mega-menu-item:active a .mega-menu-title {
text-decoration: underline !important;
}
.mega-menu-title {
color: #000;
font-weight: bold;
......@@ -16858,9 +16871,17 @@ ul.sf_date_field .sf-datepicker {
left: 13px;
}
}
#advance-search-modal .btn-close:active,
#advance-search-modal .btn-close:hover {
opacity: 0.5;
}
@media screen and (max-width: 900px) {
#advance-search-modal .btn-close:active,
#advance-search-modal .btn-close:hover {
background-color: #669999;
opacity: 1;
}
}
#advance-search-modal .modal-content {
border: 0px solid #707070;
}
......@@ -16895,6 +16916,11 @@ ul.sf_date_field .sf-datepicker {
padding-top: 80px;
}
}
@media screen and (max-width: 768px) {
#advance-search-modal .modal-dialog {
padding-top: 0px;
}
}
@media screen and (max-width: 900px) {
#advance-search-modal .modal-dialog .searchandfilter {
width: 100%;
......@@ -18041,6 +18067,11 @@ ul.sf_date_field .sf-datepicker {
background-color: #669999;
}
.pojo-a11y-grayscale {
position: absolute !important;
width: 100vw !important;
}
#pojo-a11y-toolbar {
position: absolute;
top: 20px;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -207,6 +207,10 @@
}
}
.back-one-level:active,
.back-one-level:hover {
background-color: #669999;
}
.is-visible{
.back-one-level{
display: block !important;
......@@ -309,6 +313,10 @@
height: 40px;
margin-right: 15px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:active:only-child{
background-color: #669999;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu{
display: none !important;
}
......@@ -363,6 +371,13 @@
.mega-sub-menu .mega-menu-item{
margin-top: 14px !important;
}
.mega-sub-menu .mega-current_page_item a .mega-menu-title,
.mega-sub-menu .mega-menu-item a:hover .mega-menu-title,
.mega-sub-menu .mega-menu-item a:active .mega-menu-title,
.mega-sub-menu .mega-menu-item:active a .mega-menu-title{
text-decoration: underline !important;
}
.mega-menu-title{
color: #000;
font-weight: bold;
......
.pojo-a11y-grayscale{
position: absolute !important;
width: 100vw !important;
}
#pojo-a11y-toolbar{
position: absolute;
top: 20px;
......
......@@ -455,9 +455,13 @@ ul.sf_date_field {
}
}
}
.btn-close:active,
.btn-close:hover {
opacity: 0.5;
@media screen and (max-width: 900px) {
background-color: #669999;
opacity: 1;
}
}
.modal-content {
......@@ -494,6 +498,9 @@ ul.sf_date_field {
height: 100vh;
padding-top: 80px;
}
@media screen and (max-width: 768px) {
padding-top: 0px;
}
.searchandfilter {
@media screen and (max-width: 900px) {
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.18
Version: 1.0.19
*/
......