diff --git a/.meteor/packages b/.meteor/packages index 5c48e508..22a3becf 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -20,3 +20,4 @@ less reactive-var check crosswalk +mrt:modernizr-meteor diff --git a/.meteor/versions b/.meteor/versions index a13a135d..c6f33b45 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -42,6 +42,7 @@ mobile-experience@1.0.1 mobile-status-bar@1.0.6 mongo@1.1.3 mongo-id@1.0.1 +mrt:modernizr-meteor@2.6.2 npm-mongo@1.4.39_1 observe-sequence@1.0.7 ordered-dict@1.0.4 diff --git a/client/style.less b/client/style.less index 9da824d8..fc9258e5 100644 --- a/client/style.less +++ b/client/style.less @@ -30,7 +30,7 @@ body { width: 60px; .buttonlike; - &:hover { + .no-touch &:hover, .touch &:active { background-color: #357; } } @@ -123,7 +123,7 @@ body { width: 32px; .buttonlike; - &:hover { + .no-touch &:hover, .touch &:active { background-color: #357; } } @@ -316,7 +316,7 @@ body { text-decoration: none; .buttonlike; - &:hover { + .no-touch &:hover, .touch &:active { background-color: #bdf; } }