Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: remoting/webapp/main.css

Issue 9578004: Remove scrollbar styling, which provokes a WebKit/Chrome rendering issue. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index 777359c05d83ccf54eef47673d82fbe24642c037..7769c30d4bb67dfb3fe39b24b2f03dbf00e0bb97 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698