| Index: chrome/browser/resources/ntp/apps.css
|
| diff --git a/chrome/browser/resources/ntp/apps.css b/chrome/browser/resources/ntp/apps.css
|
| index 45301ab594c27a6d028f636c7335bc2df80bd80b..c92c7a966fdd78ada508c009e34bbb4919556fb4 100644
|
| --- a/chrome/browser/resources/ntp/apps.css
|
| +++ b/chrome/browser/resources/ntp/apps.css
|
| @@ -102,7 +102,7 @@ menu > button.default {
|
| display: none;
|
| }
|
|
|
| -html[appspromovisible=true] #apps-promo {
|
| +html.apps-promo-visible #apps-promo {
|
| display: block;
|
| }
|
|
|
| @@ -132,15 +132,15 @@ html[dir=rtl] #apps-promo-hide {
|
| float: left;
|
| }
|
|
|
| -html[appspromovisible=true] .app[app-id=web-store-entry] {
|
| +html.apps-promo-visible .app[app-id=web-store-entry] {
|
| left: 25px;
|
| }
|
|
|
| -html[appspromovisible=true][dir=rtl] .app[app-id=web-store-entry] {
|
| +html.apps-promo-visible[dir=rtl] .app[app-id=web-store-entry] {
|
| right: 25px;
|
| }
|
|
|
| -html[appspromovisible=true] .app[app-id=web-store-entry] a {
|
| +html.apps-promo-visible .app[app-id=web-store-entry] a {
|
| font-weight: bold;
|
| }
|
|
|
|
|