Commit 189ecb96 authored by wez@chromium.org's avatar wez@chromium.org

Remove scrollbar styling, which provokes a WebKit/Chrome rendering issue.

BUG=115582


Review URL: http://codereview.chromium.org/9578004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124925 0039d316-1c4b-4281-b951-d872f2087c98
parent 05a441af
......@@ -203,45 +203,6 @@ Component: Modal Dialog
-webkit-transition: all 0.218s;
}
::-webkit-scrollbar {
width: 16px;
height: 16px;
}
::-webkit-scrollbar-button {
height: 0px;
width: 0px;
}
::-webkit-scrollbar-thumb {
min-height: 28px;
padding-top:100px;
background-clip:padding-box;
background-color: rgba(0,0,0,0.2);
-webkit-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.10),
inset 0px -1px 0px rgba(0,0,0,0.07);
}
::-webkit-scrollbar-thumb:hover {
background-color: rgba(0,0,0,0.4);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
}
::-webkit-scrollbar-thumb:active {
-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
background-color: rgba(0,0,0,0.5);
}
::-webkit-scrollbar-track:hover {
background-color:rgba(0,0,0,0.05);
-webkit-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.10);
}
::-webkit-scrollbar-track:active {
background-color:rgba(0,0,0,0.05);
-webkit-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.14),
inset -1px -1px 0px rgba(0,0,0,0.07);
}
.kd-button-share.disabled, .kd-button-share.disabled:hover, .kd-button-share.disabled:active {
border-color:#29691d;
background-color: #3d9400;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment