diff options
author | Armen Kesablyan | 2012-06-11 11:17:41 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-06-11 11:17:41 -0700 |
commit | 278769df00ced8620fd73371e38fe2e43f07ca3b (patch) | |
tree | deb505c8a66b660eee1f17a2c6c4c575c7939f6f /js/components/layout/document-entry.reel/document-entry.css | |
parent | 555fd6efa605b937800b3979a4c68fa7eb8666ae (diff) | |
parent | 0f040acabfb7a4bf3138debec5aff869487ceb11 (diff) | |
download | ninja-278769df00ced8620fd73371e38fe2e43f07ca3b.tar.gz |
Merge branch 'refs/heads/master' into binding
Conflicts:
js/document/models/html.js
js/document/views/design.js
js/ninja.reel/ninja.js
Signed-off-by: Armen Kesablyan <armen@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 | 20 |
1 files changed, 13 insertions, 7 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..87880b8d 100755 --- a/js/components/layout/document-entry.reel/document-entry.css +++ b/js/components/layout/document-entry.reel/document-entry.css | |||
@@ -19,7 +19,16 @@ | |||
19 | min-width:0px; | 19 | min-width:0px; |
20 | } | 20 | } |
21 | 21 | ||
22 | .documentEntry img { | 22 | .documentCloseButton { |
23 | display: inline; | ||
24 | -webkit-appearance: none; | ||
25 | outline: none; | ||
26 | cursor: pointer; | ||
27 | border: 0px; | ||
28 | background: #474747 url(../../../../images/documentsTab/close_button.gif) center center no-repeat; | ||
29 | } | ||
30 | |||
31 | .documentEntry button { | ||
23 | opacity: 0.5; /* 50% */ | 32 | opacity: 0.5; /* 50% */ |
24 | width: 12px; | 33 | width: 12px; |
25 | max-width:12px; | 34 | max-width:12px; |
@@ -29,17 +38,14 @@ | |||
29 | transition: opacity 0.2s ease; | 38 | transition: opacity 0.2s ease; |
30 | } | 39 | } |
31 | 40 | ||
32 | .documentEntry:hover, | 41 | .documentEntry.selected { |
33 | .documentEntry:active, | 42 | background-color:#7F7F7F; |
34 | .documentEntry.activeTab { | ||
35 | /*background-color: #7f7f7f; *//* rgb(127, 127, 127); */ | ||
36 | } | 43 | } |
37 | 44 | ||
38 | .documentEntry img:hover { | 45 | .documentEntry button:hover { |
39 | opacity: 1.0; /* 100% */ | 46 | opacity: 1.0; /* 100% */ |
40 | } | 47 | } |
41 | 48 | ||
42 | |||
43 | .documentEntry span.dirty:before{ | 49 | .documentEntry span.dirty:before{ |
44 | content: "*"; | 50 | content: "*"; |
45 | display:inline; | 51 | display:inline; |