hobo_w2ui 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3114127ea8f9f9c5512117dd30174ccb0c6e361
4
- data.tar.gz: 2796ecd3834598f81cfb930581f41f0eb4343907
3
+ metadata.gz: 832f785cd3c2ce0d3f880ce59c995072c03bd56a
4
+ data.tar.gz: 08bbdc45efe578f148e48ba1fa54a2976afb4e16
5
5
  SHA512:
6
- metadata.gz: 744a023a8ec3206123bc2d3c4df6776a665b5bf12431437844c2d716207c3d58f5d4e0775ba2c457c9c90dbc01f471df49e327370fc3c2cab627b57cf5bfaea4
7
- data.tar.gz: 7c8845d2e3f7257b3bbb914002644bdf3301bf8c2a28126bbf44ecf81cfe09a8519731ec33913fb9be62f123376258207a00c80e9d971230456c0aaa65bff2db
6
+ metadata.gz: 6e70744004f759c11f575c9b3e3b3c7aa5d37754e2d0859c3e073a2275db241455dde8dbb138dfaaeff3c78accb22ab4bf12c209f00ecd572c2e65ea817789c9
7
+ data.tar.gz: 83fb65af4d687a25679ad67b1fba72301d5319af2474d40ddbcc3a336f7b739b8afb8f4f3bb6f1f263c40517abaf0340df6ff819aac6e2f2bb896f9d62e72ae4
data/hobo_w2ui.gemspec CHANGED
Binary file
@@ -109,7 +109,7 @@
109
109
  /*************************************************
110
110
  * ---- Input Controls ----
111
111
  */
112
- input:not([type=button]),
112
+ input:not([type=button]):not([type=submit]),
113
113
  select,
114
114
  textarea {
115
115
  padding: 4px;
@@ -119,15 +119,15 @@ textarea {
119
119
  background-color: #ffffff;
120
120
  line-height: normal;
121
121
  }
122
- input:not([type=button]):focus,
122
+ input:not([type=button]):not([type=submit]):focus,
123
123
  select:focus,
124
124
  textarea:focus {
125
125
  outline-color: #72b2ff;
126
126
  }
127
- input:not([type=button]):disabled,
127
+ input:not([type=button]):not([type=submit]):disabled,
128
128
  select:disabled,
129
129
  textarea:disabled,
130
- input:not([type=button])[readonly],
130
+ input:not([type=button]):not([type=submit])[readonly],
131
131
  select[readonly],
132
132
  textarea[readonly] {
133
133
  background-color: #f1f1f1;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hobo_w2ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Haslinger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-13 00:00:00.000000000 Z
11
+ date: 2014-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hobo_jquery
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 4.0.11
33
+ version: 4.0.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 4.0.11
40
+ version: 4.0.0
41
41
  description: A gem for integration of w2ui in Hobo
42
42
  email:
43
43
  - stefan.haslinger@informatom.com
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  version: '0'
128
128
  requirements: []
129
129
  rubyforge_project:
130
- rubygems_version: 2.4.2
130
+ rubygems_version: 2.4.3
131
131
  signing_key:
132
132
  specification_version: 4
133
133
  summary: A gem for integration of w2ui in Hobo