There was an error while loading. Please reload this page.
1 parent 3b4af17 commit 328b364Copy full SHA for 328b364
1 file changed
js/language_switcher_popup.js
@@ -53,7 +53,7 @@
53
54
// Style the Continue button (first button) with blue color using !important
55
var $primaryBtn = $dialogElement.find('.ui-dialog-buttonset button:first-child');
56
- $primaryBtn.attr('style', 'background-color: #001228 !important; background-image: none !important; border-color: #001228 !important; color: #fff !important;');
+ $primaryBtn.attr('style', 'background-color: #001228 !important; background-image: none !important; border-color: #001228 !important; color: #fff !important; font-size: inherit !important;');
57
}
58
59
Drupal.behaviors.languageSwitcherPopup = {
0 commit comments