From 2ebea8551459170fa5375baa73ca4b4ad0d313ce Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 3 Oct 2015 14:13:53 -0400 Subject: [PATCH] hide library monitor from certain operating systems --- dashboard-ui/bower_components/iron-meta/.bower.json | 6 +++--- dashboard-ui/cordova/android/iap.js | 2 +- dashboard-ui/css/librarybrowser.css | 5 ++--- dashboard-ui/librarysettings.html | 2 +- dashboard-ui/scripts/librarysettings.js | 9 +++++++++ dashboard-ui/themes/android.css | 5 ++--- dashboard-ui/themes/ios.css | 8 ++++---- 7 files changed, 22 insertions(+), 15 deletions(-) diff --git a/dashboard-ui/bower_components/iron-meta/.bower.json b/dashboard-ui/bower_components/iron-meta/.bower.json index 8119ebcf41..9e650790be 100644 --- a/dashboard-ui/bower_components/iron-meta/.bower.json +++ b/dashboard-ui/bower_components/iron-meta/.bower.json @@ -25,14 +25,14 @@ "web-component-tester": "*", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, - "homepage": "https://github.com/polymerelements/iron-meta", + "homepage": "https://github.com/PolymerElements/iron-meta", "_release": "1.0.3", "_resolution": { "type": "version", "tag": "v1.0.3", "commit": "91529259262b0d8f33fed44bc3fd47aedf35cb04" }, - "_source": "git://github.com/polymerelements/iron-meta.git", + "_source": "git://github.com/PolymerElements/iron-meta.git", "_target": "^1.0.0", - "_originalSource": "polymerelements/iron-meta" + "_originalSource": "PolymerElements/iron-meta" } \ No newline at end of file diff --git a/dashboard-ui/cordova/android/iap.js b/dashboard-ui/cordova/android/iap.js index bfa5e082f6..5da8db3cbb 100644 --- a/dashboard-ui/cordova/android/iap.js +++ b/dashboard-ui/cordova/android/iap.js @@ -5,7 +5,7 @@ function getStoreFeatureId(feature) { if (feature == 'embypremieremonthly') { - return "emby.supporter.monthly"; + return "emby.supporter.weekly"; } return "com.mb.android.unlock"; diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 1590472a31..9b109334ac 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -16,10 +16,9 @@ margin-left: .5em; } -.background-theme-b { +.background-theme-b, paper-dialog.background-theme-b { background-color: #242424; - background: radial-gradient(circle, #282828, #141414) !important; - background-attachment: fixed; + background: radial-gradient(circle, #282828, #141414) fixed; } .ui-body-b { diff --git a/dashboard-ui/librarysettings.html b/dashboard-ui/librarysettings.html index f984c7d3b2..cf57e8c16d 100644 --- a/dashboard-ui/librarysettings.html +++ b/dashboard-ui/librarysettings.html @@ -55,7 +55,7 @@