toolbox 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Toolbox
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
@@ -6,7 +6,7 @@ td.record, td.record-title {
6
6
  border-left: solid 1px #cc341f;*/
7
7
  }
8
8
 
9
- tr:hover td.hover {
9
+ tr.record:hover td.hover {
10
10
  background-color: lightblue; /*#cc341f;*/
11
11
  color: black;
12
12
  cursor: pointer;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Nyffenegger