el_vfs_client 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,7 @@
11
11
  background-color: #ededed
12
12
  background-image: none
13
13
  background-clip: content-box
14
+
14
15
  .ui-widget-content
15
16
  background-color: #ededed
16
17
  background-image: none
@@ -25,10 +26,12 @@
25
26
  .ui-state-hover
26
27
  background: transparent
27
28
  border-color: transparent
29
+
28
30
  .ui-state-active
29
31
  background: #3875d7
30
32
  border-color: #3875d7
31
33
  color: #fff
34
+
32
35
  .elfinder-droppable-active
33
36
  background: #A7C6E5 !important
34
37
 
@@ -47,10 +50,16 @@
47
50
 
48
51
  /* list view
49
52
 
50
- .elfinder-cwd table tr
51
- &:nth-child(odd)
52
- background-color: #edf3fe
53
- border-top: 1px solid #fff
53
+ .elfinder-cwd table
54
+ thead td.ui-state-hover
55
+ background: #ddd
56
+
57
+ tr
58
+ &:nth-child(odd)
59
+ background-color: #edf3fe
60
+
61
+ border: 1px solid transparent
62
+ border-top: 1px solid #fff
54
63
 
55
64
  /* common selected background/color
56
65
 
@@ -68,12 +77,14 @@
68
77
 
69
78
  .elfinder .elfinder-statusbar
70
79
  color: #555
80
+
71
81
  a
72
82
  text-decoration: none
73
83
  color: #555
74
84
 
75
85
  .std42-dialog .elfinder-help
76
86
  background: #fff
87
+
77
88
  .ui-widget-content
78
89
  background: #fff
79
90
 
@@ -82,5 +93,6 @@
82
93
  .elfinder-contextmenu .ui-state-hover
83
94
  background: #3875d7
84
95
  color: #fff
96
+
85
97
  .elfinder-contextmenu-arrow
86
- background-image: image_url('el_vfs/elfinder/arrows-active.png')
98
+ background-image: image_url('el_vfs/elfinder//arrows-active.png')
@@ -1,3 +1,3 @@
1
1
  module ElVfsClient
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: el_vfs_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Lihachev
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2014-04-29 00:00:00.000000000 Z
14
+ date: 2015-09-10 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: configliere
@@ -121,7 +121,7 @@ files:
121
121
  - lib/el_vfs_client/engine.rb
122
122
  - lib/el_vfs_client/version.rb
123
123
  - lib/tasks/el_vfs_client_tasks.rake
124
- homepage: http://github.com/openteam/el_vfs_client
124
+ homepage: https://github.com/openteam/el_vfs_client
125
125
  licenses: []
126
126
  metadata: {}
127
127
  post_install_message:
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  requirements: []
142
142
  rubyforge_project:
143
- rubygems_version: 2.2.2
143
+ rubygems_version: 2.4.8
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: Summary of ElVfsClient.