| .View_Scroll { |
| width : 14px; |
| height: 100%; |
| background-color: #eeeeee; |
| position: absolute; |
| top: 0px; |
| } |
| |
| .View_Scroll_Top { |
| height : 14px; |
| width: 100%; |
| position: absolute; |
| z-index: 2; |
| background-color: #e0e0e0; |
| background-image: url("WebApplicationFramework/Res/arrowUp.png"); |
| background-position: center center; |
| background-repeat: no-repeat; |
| } |
| |
| .View_Scroll_Top:hover { |
| background-color: #e6e6e6; |
| } |
| |
| .View_Scroll_Bar { |
| width: 100%; |
| height: 100%; |
| position: relative; |
| } |
| |
| .View_Scroll_Handle { |
| width: 100%; |
| position: absolute; |
| z-index: 1; |
| background-color: #e0e0e0; |
| background-image: url("WebApplicationFramework/Res/grip.png"); |
| background-position: center center; |
| background-repeat: no-repeat; |
| border: 1px solid #d6d6d6; |
| -webkit-box-sizing: border-box; |
| -moz-box-sizing: border-box; |
| box-sizing: border-box; |
| } |
| |
| .View_Scroll_Handle:hover { |
| background-color: #e6e6e6; |
| } |
| |
| .View_Scroll_Bottom { |
| height: 14px; |
| width: 100%; |
| position: absolute; |
| bottom: 0px; |
| z-index: 2; |
| background-color: #e0e0e0; |
| background-image: url("WebApplicationFramework/Res/arrowDown.png"); |
| background-position: center center; |
| background-repeat: no-repeat; |
| } |
| |
| .View_Scroll_Bottom:hover { |
| background-color: #e6e6e6; |
| } |