|
@@ -633,6 +633,9 @@ a {
|
|
|
width: 25%;
|
|
|
text-align: center;
|
|
|
max-width: 25%;
|
|
|
+ -webkit-appearance: none !important;
|
|
|
+ -moz-appearance: none !important;
|
|
|
+ appearance: none !important;
|
|
|
}
|
|
|
|
|
|
.infoContent .nav-item-link {
|
|
@@ -644,6 +647,9 @@ a {
|
|
|
color: #727679;
|
|
|
text-align: center;
|
|
|
font-size: 1.12rem;
|
|
|
+ -webkit-appearance: none !important;
|
|
|
+ -moz-appearance: none !important;
|
|
|
+ appearance: none !important;
|
|
|
}
|
|
|
|
|
|
.infoContent .nav-item-link.active {
|