326f6009 by Jeff Balicki

switch

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 0654ad18
...@@ -20450,6 +20450,10 @@ ul.sf_date_field .sf-datepicker { ...@@ -20450,6 +20450,10 @@ ul.sf_date_field .sf-datepicker {
20450 text-decoration: none; 20450 text-decoration: none;
20451 } 20451 }
20452 20452
20453 #gt_float_wrapper {
20454 border-radius: 0 0 0.625rem 0.625rem;
20455 }
20456
20453 #pojo-a11y-toolbar { 20457 #pojo-a11y-toolbar {
20454 z-index: 9995 !important; 20458 z-index: 9995 !important;
20455 } 20459 }
......
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.
...@@ -118,8 +118,10 @@ ...@@ -118,8 +118,10 @@
118 text-decoration: none; 118 text-decoration: none;
119 } 119 }
120 120
121 #gt_float_wrapper{
121 122
122 123 border-radius: 0 0 0.625rem 0.625rem;
124 }
123 #pojo-a11y-toolbar{ 125 #pojo-a11y-toolbar{
124 z-index: 9995 !important; 126 z-index: 9995 !important;
125 } 127 }
......
...@@ -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.456 5 Version: 1.0.457
6 */ 6 */
7 7
......