html - 从视频库中的视频图像中删除外边框

标签 html css google-chrome styles

这是页面的链接。

http://www.braddockinfotech.com/demo/dvnonline/vod1/

从右侧的视频库中选择一个视频时,会在其周围看到一个橙色的虚线边框。如何删除此边框。 我在 chrome 中查看此内容。在 firefox 中它似乎工作正常。

最佳答案

你必须为你的列表重新设置大纲样式

#divplaylist ul li {
  list-style-type: none;
  outline: none;
}

关于html - 从视频库中的视频图像中删除外边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14688828/

相关文章:

html - 背景大小 : cover breaks in Safari but not Chrome

javascript - JQuery、CSS 和对话框。将东西插入按钮 Pane div

html - 为什么 anchor(<a ) 样式为 :visited color applies to all the anchor tags in Mozilla Firefox?

html - 带有 CSS "after"伪元素的阴影

html - 将 bootstraps 进度条转换为圆圈和其中的图像

css - HTML(5)/CSS 中的列布局

Chrome 新版本 73.0.3683.75 的 Ajax 调用错误?

javascript - 检查表格中的每个单元格是否等于上面的单元格

jquery - 如何重组引导轮播

javascript - 1925 年之前的 JavaScript 日期中的错误分钟和秒