diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index fd153219..06e4c7b4 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -1048,11 +1048,11 @@ Lists .OxIconList .OxItem { float: left; margin: 2px; - opacity: 0.9; + //opacity: 0.9; } .OxIconList .OxItem.OxHover, .OxIconList .OxItem.OxSelected { - opacity: 1; + //opacity: 1; } .OxIconList .OxItem > div, diff --git a/source/Ox.UI/js/Video/Ox.VideoPlayer.js b/source/Ox.UI/js/Video/Ox.VideoPlayer.js index 921b528d..961733a5 100644 --- a/source/Ox.UI/js/Video/Ox.VideoPlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoPlayer.js @@ -1700,10 +1700,10 @@ Ox.VideoPlayer = function(options, self) { } function seeked() { - Ox.Log('Video', 'XX seeked') + Ox.Log('Video', 'seeked') clearTimeout(self.seekTimeout); self.seekTimeout = 0; - Ox.Log('Video', 'XX hide') + Ox.Log('Video', 'hide loading icon') hideLoadingIcon(); self.$playIcon && self.$playIcon.show(); }