| 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;
|
|
|