diff options
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; |