Commit eef16b78 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

цвет скролла

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55600 954022d7-b5bf-4e40-9824-e11837661b57
parent e342bc40
This diff is collapsed.
......@@ -32,8 +32,8 @@
hscrollStep: 10,
scrollTimeout: 20,
showArrows: true,//показывать или нет стрелки у скролла
scrollBackgroundColor:"#DDDDDD",//цвет фона скролла
scrollerColor:"#EDEDED",//цвет ползунка скрола
//scrollBackgroundColor:"#DDDDDD",//цвет фона скролла
//scrollerColor:"#EDEDED",//цвет ползунка скрола
isViewerMode: false,
wheelScrollLines: 3
};
......
......@@ -2010,8 +2010,8 @@ function CEditorPage(api)
var settings = {
showArrows: true,
animateScroll: false,
scrollBackgroundColor:"#D3D3D3",
scrollerColor:"#EDEDED",
// scrollBackgroundColor:"#D3D3D3",
// scrollerColor:"#EDEDED",
screenW: this.m_oEditor.HtmlElement.width,
screenH: this.m_oEditor.HtmlElement.height,
vsscrollStep: 45,
......
......@@ -2478,8 +2478,8 @@ function CEditorPage(api)
var settings = {
showArrows: true,
animateScroll: false,
scrollBackgroundColor: GlobalSkin.BackgroundScroll,
scrollerColor:"#EDEDED",
// scrollBackgroundColor: GlobalSkin.BackgroundScroll,
// scrollerColor:"#EDEDED",
screenW: this.m_oEditor.HtmlElement.width,
screenH: this.m_oEditor.HtmlElement.height,
vscrollStep: 45,
......
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