Commit graph

153 commits

Author SHA1 Message Date
h1nk
598402d953
Add missing final newlines
Used this one-liner: https://unix.stackexchange.com/a/161853
2020-02-22 11:47:03 -05:00
dkanada
3b5a63f930
Merge pull request #814 from MrTimscampi/webos-icons
Fix icons on WebOS 4
2020-02-20 14:03:08 +09:00
Dmitry Lyzo
bafac46a33 Merge remote-tracking branch 'upstream/master' into perfect_slider-2 2020-02-19 11:11:32 +03:00
Dmitry Lyzo
bd596777aa
Fix slider update by touch on iPhone/iPad (#807) 2020-02-18 14:13:49 +09:00
MrTimscampi
a98b961b94 Fix icons on WebOS
WebOS 4 apparently has a ligature bug that prevents icons with an underscore from working as intended.
This replaces them with either the corresponding CSS class or unicode escape code, depending on context.
Refactoring is needed in order to be able to use CSS classes everywhere, so in the interest of time, this does the best available currently.

Fixes #678
2020-02-16 01:33:34 +01:00
Dmitry Lyzo
bb1ba5a29e Make configurable slider progress bar update 2020-02-15 18:36:52 +03:00
Dmitry Lyzo
798a679842 Fix slider update by touch on iPhone/iPad 2020-02-14 00:34:57 +03:00
Dmitry Lyzo
a0fa065667 Fix slider calculations for common case 2020-02-13 23:40:51 +03:00
Dmitry Lyzo
91c8776fbd Scale on hover with 'hoverthumb' style only 2020-02-13 23:15:01 +03:00
Dmitry Lyzo
dc95a76e10 Fix vertical position of slider progress bar 2020-02-13 12:43:00 +03:00
Dmitry Lyzo
f68f3634c0 Remove 'supportsNativeProgressStyle' in favor of buffer progress 2020-02-13 12:21:01 +03:00
Dmitry Lyzo
e13e6f38d5 Limit slider bubble position to its track 2020-02-13 11:50:22 +03:00
Dmitry Lyzo
c4824abfb0 Make a style transition like a button 2020-02-13 09:37:12 +03:00
Dmitry Lyzo
7faa4dab2b Remove unused CSS 2020-02-13 09:11:05 +03:00
Dmitry Lyzo
91631f266d Fix progress bar position on WebOS 3 2020-02-12 14:49:07 +03:00
Dmitry Lyzo
c6835f9c41 Make slider in Firefox same as in Chrome 2020-02-12 14:49:07 +03:00
Dmitry Lyzo
cc84fce75b Make slider in Edge same as in Chrome 2020-02-12 14:49:07 +03:00
Dmitry Lyzo
40c7dad241 Resize progress bar to slider range 2020-02-12 14:49:07 +03:00
Dmitry Lyzo
20a20ff9d1 Fix slider bubble position 2020-02-12 14:49:07 +03:00
Dmitry Lyzo
c44b94a7b7 Fix font size 2020-02-12 14:49:07 +03:00
Dmitry Lyzo
fe23ede57b Pass pointer events bypassing the slider thumb 2020-02-12 14:49:07 +03:00
dkanada
532d73a80b minor theme changes 2020-02-06 00:13:11 +09:00
MrTimscampi
b59ab3605e Fix some rebasing issues 2020-02-01 18:56:19 +01:00
MrTimscampi
cdefae3dee Merge remote-tracking branch 'upstream/master' into material-icons 2020-01-29 08:45:20 +01:00
ManfredRichthofen
21c68e4598
Update src/elements/emby-input/emby-input.css
Co-Authored-By: Julien Machiels <julien.machiels@protonmail.com>
2020-01-27 13:26:34 -08:00
ManfredRichthofen
4e030db832
Merge branch 'master' into patch-2 2020-01-27 13:26:13 -08:00
dkanada
aef4fede3c merge branch master into autoplay 2020-01-27 23:08:17 +09:00
dkanada
3aceb5c1b2 small fix to input element border radius 2020-01-27 22:54:52 +09:00
dkanada
7af58a03dd
Merge pull request #702 from dmitrylyzo/playback_remote
Add playback control from TV remote
2020-01-27 22:34:59 +09:00
ManfredRichthofen
f0b740762e
Update src/elements/emby-input/emby-input.css
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-01-26 13:46:54 -08:00
ManfredRichthofen
ec22a1cd90
Update emby-input.css 2020-01-25 14:49:04 -08:00
MrTimscampi
0b11883451 Move material icons to external package 2020-01-25 18:58:35 +01:00
MrTimscampi
c96aad1c95 Fix intentation (CSS) 2020-01-25 11:42:43 +01:00
MrTimscampi
8634ae8400 Fix rebasing issues 2020-01-25 11:42:09 +01:00
MrTimscampi
ea28429cdf Fix number-leading-zero (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi
61719e3ab2 Fix length-zero-no-unit (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi
c243d00add Fix function-name-case (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi
2ac83a43d1 Fix function-comma-space-after (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi
f290604615 Fix declaration-block-trailing-semicolon (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi
8a272313cf Fix comment-whitespace-inside (CSS) 2020-01-25 11:34:12 +01:00
MrTimscampi
04a4ca9a57 Fix color-hex-case (CSS) 2020-01-25 11:34:12 +01:00
MrTimscampi
e3d7040910 Fix selector-type-no-unknown (CSS) 2020-01-25 11:34:12 +01:00
MrTimscampi
eef526df2c Fix no-descending-specificity (CSS) 2020-01-25 11:34:12 +01:00
MrTimscampi
ba8b34cd56 Fix no-duplicate-selectors (CSS) 2020-01-25 11:34:12 +01:00
MrTimscampi
ff67afeaa7 Fix declaration-block-no-shorthand-property-overrides (CSS) 2020-01-25 11:34:12 +01:00
MrTimscampi
361d6372b0 Fix declaration-block-no-duplicate-properties (CSS) 2020-01-25 11:34:12 +01:00
ManfredRichthofen
07359c3f1f
Remove red login border on firefox
Keeps the required input text box while removing the red border
2020-01-24 13:20:06 -08:00
MrTimscampi
91f5866d35 Keep standard properties in CSS along with vendored 2020-01-21 20:13:19 +01:00
MrTimscampi
50d6864a68 Revert vendor prefix removal 2020-01-21 20:09:40 +01:00
Dmitry Lyzo
ec6ce5aa14 Add keyboard compatibility for older browsers (webOS 2/3) 2020-01-19 01:09:42 +03:00