diff --git a/dashboard-ui/bower_components/emby-webcomponents/.bower.json b/dashboard-ui/bower_components/emby-webcomponents/.bower.json index bca7354112..33de6aaf88 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/.bower.json +++ b/dashboard-ui/bower_components/emby-webcomponents/.bower.json @@ -14,12 +14,12 @@ }, "devDependencies": {}, "ignore": [], - "version": "1.4.245", - "_release": "1.4.245", + "version": "1.4.246", + "_release": "1.4.246", "_resolution": { "type": "version", - "tag": "1.4.245", - "commit": "cbd3d75f0ee42828276ecf512205a3087c63baba" + "tag": "1.4.246", + "commit": "d8da2a13a208bc2dcb8e6ce4af6f81b114eeb7cd" }, "_source": "https://github.com/MediaBrowser/emby-webcomponents.git", "_target": "^1.2.1", diff --git a/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css b/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css index d2ab1dd2f9..c2c6763a16 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css +++ b/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css @@ -35,6 +35,8 @@ font-weight: inherit; align-items: center; flex-shrink: 0; + background: transparent; + box-shadow: none; } .actionSheetMenuItem-noflex { @@ -94,4 +96,4 @@ position: fixed; top: .75em; left: .5em; -} \ No newline at end of file +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css b/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css index 2ff23bf615..08c4413bca 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css +++ b/dashboard-ui/bower_components/emby-webcomponents/emby-button/emby-button.css @@ -29,43 +29,41 @@ text-transform: uppercase; /* Disable webkit tap highlighting */ -webkit-tap-highlight-color: rgba(0,0,0,0); + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); } - .emby-button:not(.raised) { - background: transparent; - } +.button-flat { + background: transparent; + box-shadow: none; +} - .emby-button.raised, .emby-button.fab { - box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); - } +.emby-button > i { + /* For non-fab buttons that have icons */ + font-size: 1.5em; + width: auto; + height: auto; +} - .emby-button > i { - /* For non-fab buttons that have icons */ - font-size: 1.5em; - width: auto; +.emby-button.fab { + display: inline-flex; + border-radius: 50%; + background-color: #444; + padding: .6em; + box-sizing: border-box; + align-items: center; + justify-content: center; + text-align: center; + color: #fff; + margin: 0; +} + + .emby-button.fab > i { height: auto; + width: auto; + vertical-align: middle; + font-size: 2.85em; } - .emby-button.fab { - display: inline-flex; - border-radius: 50%; - background-color: #444; - padding: .6em; - box-sizing: border-box; - align-items: center; - justify-content: center; - text-align: center; - color: #fff; - margin: 0; - } - - .emby-button.fab > i { - height: auto; - width: auto; - vertical-align: middle; - font-size: 2.85em; - } - .emby-button-noflex { display: inline-block; white-space: nowrap; diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-collapse/emby-collapse.css b/dashboard-ui/bower_components/emby-webcomponents/emby-collapse/emby-collapse.css index 0cfebfb395..3b48008679 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/emby-collapse/emby-collapse.css +++ b/dashboard-ui/bower_components/emby-webcomponents/emby-collapse/emby-collapse.css @@ -23,6 +23,8 @@ text-transform: none; border-bottom: 1px solid #333; padding-left: .1em; + background: transparent; + box-shadow: none; } .emby-collapse-expandIcon { diff --git a/dashboard-ui/bower_components/emby-webcomponents/emby-tabs/emby-tabs.css b/dashboard-ui/bower_components/emby-webcomponents/emby-tabs/emby-tabs.css index 731cb4ab47..db3e6ff57b 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/emby-tabs/emby-tabs.css +++ b/dashboard-ui/bower_components/emby-webcomponents/emby-tabs/emby-tabs.css @@ -1,5 +1,6 @@ .emby-tab-button { background: transparent; + box-shadow: none; border: 2px solid transparent; border-width: 0 0 2px 0; cursor: pointer; diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html b/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html index d932b767f6..353ce84565 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html +++ b/dashboard-ui/bower_components/emby-webcomponents/guide/tvguide.template.html @@ -1,6 +1,6 @@