diff options
author | Jose Antonio Marquez | 2012-07-13 12:44:21 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-07-13 12:44:21 -0700 |
commit | 2c5b9fac8a1085788ae00ecee527760e6c8953f6 (patch) | |
tree | ee3ad22f80a6226fd04bc5d198b253b8be31b5b8 /js | |
parent | c5d59f48a8bccc8770b257f851bba18bdce61d2e (diff) | |
download | ninja-2c5b9fac8a1085788ae00ecee527760e6c8953f6.tar.gz |
New: Added knob to timeline resizer
Added visual feedback for the timeline resizer
Diffstat (limited to 'js')
-rwxr-xr-x | js/components/layout/document-bar.reel/document-bar.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/js/components/layout/document-bar.reel/document-bar.css b/js/components/layout/document-bar.reel/document-bar.css index cb9accdd..d92a3dd6 100755 --- a/js/components/layout/document-bar.reel/document-bar.css +++ b/js/components/layout/document-bar.reel/document-bar.css | |||
@@ -30,7 +30,10 @@ POSSIBILITY OF SUCH DAMAGE. | |||
30 | </copyright> */ | 30 | </copyright> */ |
31 | 31 | ||
32 | .timelineResizer { | 32 | .timelineResizer { |
33 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,19,19,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(100%,rgba(19,19,19,1))) !important; | 33 | background: -webkit-radial-gradient(center, ellipse cover, rgba(100, 100, 100, .9) 40%, rgba(100, 100, 100, .4) 50%, rgba(100, 100, 100, 0) 51%), -webkit-radial-gradient(center, ellipse cover, rgba(100, 100, 100, .9) 40%, rgba(100, 100, 100, .4) 50%, rgba(100, 100, 100, 0) 51%), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(60, 60, 60)), color-stop(70%, rgb(30, 30, 30)), color-stop(100%, rgb(25, 25, 25))), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(10, 10, 10)), color-stop(50%, rgb(20, 20, 20)), color-stop(100%, rgb(10, 10, 10))) !important; |
34 | background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat !important; | ||
35 | background-position: 49.5% center, 50.5% center, center center, left top !important; | ||
36 | background-size: 5px 5px, 5px 5px, 3% 100%, 100% 100%; | ||
34 | } | 37 | } |
35 | 38 | ||
36 | .documentBar { | 39 | .documentBar { |