我怎样才能获得关于webkit和moz的等价物?

时间:2015-02-24 23:34:18

标签: css3

我希望所有浏览器都完全相同,在Chrome中我的代码工作正常,但在其他浏览器中却没有

::-webkit-scrollbar {
  background-color: rgba(55, 0, 0, .1);
  border-radius: get-space(x-small) - 1;
  height: 493.23828647925px;
  opacity: .5;
  position: absolute;
  right: 1px;
  top: 0;
  width: 3px;
  z-index: 99;
}

::-webkit-scrollbar-thumb {
  background: darken(get-color(nieve), 20%);
}

0 个答案:

没有答案