Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/41.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css Safari 7.1破坏轮廓颜色和溢出?_Css_Safari - Fatal编程技术网

Css Safari 7.1破坏轮廓颜色和溢出?

Css Safari 7.1破坏轮廓颜色和溢出?,css,safari,Css,Safari,我已经升级到Safari 7.1,它似乎打破了几个css行。他们使用Safari7.0.x,并继续在其他浏览器中使用,如Chrome overflow: hidden; 及 具体来说,我使用“overflow:hidden;”在鼠标悬停在滚动div上时阻止背景滚动: $("ul.selectList, ul.comboBoxList, ul.multiSelectList").mouseenter(function(){$("body").css("overflow","hidden")});

我已经升级到Safari 7.1,它似乎打破了几个css行。他们使用Safari7.0.x,并继续在其他浏览器中使用,如Chrome

overflow: hidden;

具体来说,我使用“overflow:hidden;”在鼠标悬停在滚动div上时阻止背景滚动:

$("ul.selectList, ul.comboBoxList, ul.multiSelectList").mouseenter(function(){$("body").css("overflow","hidden")});
$("ul.selectList, ul.comboBoxList, ul.multiSelectList").mouseleave(function(){$("body").css("overflow","initial")});
…我正在使用大纲颜色更改文本输入的大纲在聚焦时的颜色:

input[type="text"], input[type="password"], textarea { outline-color: $medium-green; outline-width: 5px; }
还有其他人遇到这些问题吗



更新:看起来溢出问题已经解决,但轮廓颜色问题仍然存在。尝试
outline:$medium green solid 5px!重要的取而代之

input[type="text"], input[type="password"], textarea { outline-color: $medium-green; outline-width: 5px; }