scrollbar border fix

This commit is contained in:
Rodolphe Breard 2013-01-24 17:17:41 +01:00
parent f6072f4178
commit f5112865aa

View file

@ -253,7 +253,6 @@ body {
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
/*background-color: #e4e4e4;*/
background-color: transparent; background-color: transparent;
} }
@ -264,8 +263,7 @@ body {
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
height: 40px; height: 40px;
background-color: #347db0; background-color: #347db0;
border-left: 1px solid #e4e4e4; border: 1px solid #e4e4e4;
border-right: 1px solid #e4e4e4;
} }
::-webkit-resizer { ::-webkit-resizer {