אתה יכול להכניס את ה-CSS הזה ולשחק עם הערך שכרגע מוגדר על 65.
#title-bar.title-bar-style-custom_bg:before {
background: linear-gradient(to top,transparent 0,rgba(0,0,0,.65) 100%) repeat scroll 0 0 transparent;
background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.65)));
background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
background: -ms-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);