diff --git a/assets/stylesheets/template/modules/ad_banner.scss b/assets/stylesheets/template/modules/ad_banner.scss index 20b43a6..f36af28 100644 --- a/assets/stylesheets/template/modules/ad_banner.scss +++ b/assets/stylesheets/template/modules/ad_banner.scss @@ -29,7 +29,7 @@ width: 100%; } -.ad-overlay { +.banner-overlay { color: #333333; z-index: 200; font-family: $main-font; @@ -209,7 +209,7 @@ ul.button-mid{ } } @media(max-width: $screen-sm) { - .ad-overlay { + .banner-overlay { padding: 0.5em 1em; position: relative; background: #333333; diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index 4b901f0..e936b00 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -23,6 +23,10 @@ //RWD @import "RWD"; +//fix chrome style +*:focus { + outline: -webkit-focus-ring-color auto 0px; +} .dropdown-toggle:focus { // outline: 2px solid #43B5FC; diff --git a/modules/ad_banner/_ad_banner_widget1.html.erb b/modules/ad_banner/_ad_banner_widget1.html.erb index dfd56e9..3bec694 100644 --- a/modules/ad_banner/_ad_banner_widget1.html.erb +++ b/modules/ad_banner/_ad_banner_widget1.html.erb @@ -28,7 +28,7 @@ -
+