diff options
author | Valerio Virgillito | 2012-05-29 00:34:40 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-29 00:34:40 -0700 |
commit | 4c3aac5eabd93052b1554a03d78235215bb49db4 (patch) | |
tree | fe08f4f6d33d81d602f56daeaec845577fb9d8a5 /js/components/layout/document-entry.reel/document-entry.css | |
parent | 9a66ccad0235484643ef6d821315b11b5be4a93e (diff) | |
download | ninja-4c3aac5eabd93052b1554a03d78235215bb49db4.tar.gz |
document bindings phase 1
- using array controller to bind the current document to all ninja components
- removed open document event
- removed references to the document controller
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/layout/document-entry.reel/document-entry.css')
-rwxr-xr-x | js/components/layout/document-entry.reel/document-entry.css | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/js/components/layout/document-entry.reel/document-entry.css b/js/components/layout/document-entry.reel/document-entry.css index 4601974f..010e1da7 100755 --- a/js/components/layout/document-entry.reel/document-entry.css +++ b/js/components/layout/document-entry.reel/document-entry.css | |||
@@ -19,7 +19,20 @@ | |||
19 | min-width:0px; | 19 | min-width:0px; |
20 | } | 20 | } |
21 | 21 | ||
22 | .documentEntry img { | 22 | .mybutton { |
23 | display: inline; | ||
24 | -webkit-appearance: none; | ||
25 | outline: none; | ||
26 | |||
27 | font-size: 9px; | ||
28 | cursor: pointer; | ||
29 | border: 0px; | ||
30 | background-color: #474747; | ||
31 | background-image: -webkit-linear-gradient(top, #505050 0%, #3c3c3c 100%); | ||
32 | |||
33 | } | ||
34 | |||
35 | .documentEntry button { | ||
23 | opacity: 0.5; /* 50% */ | 36 | opacity: 0.5; /* 50% */ |
24 | width: 12px; | 37 | width: 12px; |
25 | max-width:12px; | 38 | max-width:12px; |
@@ -29,17 +42,14 @@ | |||
29 | transition: opacity 0.2s ease; | 42 | transition: opacity 0.2s ease; |
30 | } | 43 | } |
31 | 44 | ||
32 | .documentEntry:hover, | 45 | .documentEntry.selected { |
33 | .documentEntry:active, | 46 | background-color:#7F7F7F; |
34 | .documentEntry.activeTab { | ||
35 | /*background-color: #7f7f7f; *//* rgb(127, 127, 127); */ | ||
36 | } | 47 | } |
37 | 48 | ||
38 | .documentEntry img:hover { | 49 | .documentEntry img:hover { |
39 | opacity: 1.0; /* 100% */ | 50 | opacity: 1.0; /* 100% */ |
40 | } | 51 | } |
41 | 52 | ||
42 | |||
43 | .documentEntry span.dirty:before{ | 53 | .documentEntry span.dirty:before{ |
44 | content: "*"; | 54 | content: "*"; |
45 | display:inline; | 55 | display:inline; |