rsence-pre 2.2.0.9 → 2.2.0.10
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.2.0.
|
1
|
+
2.2.0.10.pre
|
@@ -13,7 +13,7 @@
|
|
13
13
|
}
|
14
14
|
|
15
15
|
.default .disabled .textcontrol_input {
|
16
|
-
color: #
|
16
|
+
color: #ccc;
|
17
17
|
}
|
18
18
|
|
19
19
|
.default .textcontrol_input_parent {
|
@@ -28,6 +28,9 @@
|
|
28
28
|
#{BROWSER_TYPE.ie6?'font-size:0;line-height:0;':''}
|
29
29
|
}
|
30
30
|
|
31
|
+
.default .disabled .textcontrol_bg {
|
32
|
+
background-color: #eee;
|
33
|
+
}
|
31
34
|
|
32
35
|
|
33
36
|
.default .textcontrol_ne,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rsence-pre
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 107
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 2
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
version: 2.2.0.
|
10
|
+
- 10
|
11
|
+
version: 2.2.0.10
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Riassence Inc.
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-06-
|
19
|
+
date: 2011-06-11 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: rsence-deps
|