94d969a1 by Jeff Balicki

gray fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 80c0039b
...@@ -20286,6 +20286,9 @@ ul.sf_date_field .sf-datepicker { ...@@ -20286,6 +20286,9 @@ ul.sf_date_field .sf-datepicker {
20286 background-color: #669999; 20286 background-color: #669999;
20287 } 20287 }
20288 20288
20289 .pojo-a11y-grayscale {
20290 overflow-y: scroll !important;
20291 }
20289 .pojo-a11y-grayscale .site { 20292 .pojo-a11y-grayscale .site {
20290 margin-top: 0px !important; 20293 margin-top: 0px !important;
20291 padding-top: 170px !important; 20294 padding-top: 170px !important;
...@@ -20294,6 +20297,9 @@ ul.sf_date_field .sf-datepicker { ...@@ -20294,6 +20297,9 @@ ul.sf_date_field .sf-datepicker {
20294 z-index: 999; 20297 z-index: 999;
20295 position: fixed; 20298 position: fixed;
20296 margin-top: -8%; 20299 margin-top: -8%;
20300 top: 50%;
20301 left: 50%;
20302 transform: translate(-50%, -50%);
20297 } 20303 }
20298 20304
20299 #pojo-a11y-toolbar { 20305 #pojo-a11y-toolbar {
......
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.
1 1
2
3
4
5
6 .pojo-a11y-grayscale{ 2 .pojo-a11y-grayscale{
7 // position: absolute !important; 3 // position: absolute !important;
8 // width: 100vw !important; 4 // width: 100vw !important;
5 overflow-y:scroll !important;
9 .site{ 6 .site{
10 margin-top: 0px !important; 7 margin-top: 0px !important;
11 padding-top: 170px !important; 8 padding-top: 170px !important;
...@@ -14,6 +11,9 @@ ...@@ -14,6 +11,9 @@
14 z-index: 999; 11 z-index: 999;
15 position: fixed; 12 position: fixed;
16 margin-top: -8%; 13 margin-top: -8%;
14 top: 50%;
15 left: 50%;
16 transform: translate(-50%, -50%);
17 } 17 }
18 } 18 }
19 .pojo-a11y-grayscale{ 19 .pojo-a11y-grayscale{
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.443 5 Version: 1.0.444
6 */ 6 */
7 7
......