tida_template 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module TidaTemplate
2
- VERSION = "0.1.9"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -22,7 +22,7 @@ a {
22
22
  text-decoration: none !important;
23
23
 
24
24
  &:hover {
25
- text-decoration: none !important;
25
+ text-decoration: underline !important;
26
26
  }
27
27
  }
28
28
 
@@ -36,6 +36,13 @@ a {
36
36
 
37
37
  .active > a, .active > a:hover {
38
38
  color: white;
39
+ text-decoration: none !important;
40
+ }
41
+
42
+ a {
43
+ &:hover, &:active {
44
+ text-decoration: none !important;
45
+ }
39
46
  }
40
47
  }
41
48
 
@@ -25,11 +25,9 @@
25
25
  font-weight: bold;
26
26
  }
27
27
 
28
- .button:hover, .button:active {
28
+ &:hover, &:active {
29
29
  background: darken($btnBackground, 10%);
30
- @include box-shadow(none);
31
- // color: white;
32
- border: none;
30
+ text-decoration: none !important;
33
31
  }
34
32
  }
35
33
 
@@ -43,6 +41,7 @@
43
41
  border-bottom: 4px solid darken($backgroundColor, 10%);
44
42
  &:hover, &:active {
45
43
  background: darken($backgroundColor, 10%);
44
+ text-decoration: none !important;
46
45
  }
47
46
  }
48
47
 
@@ -78,5 +77,9 @@ input[type="submit"] {
78
77
  &.button, &.button-warning {
79
78
  height: 36px !important;
80
79
  line-height: 34px;
80
+
81
+ &:hover, &:active {
82
+ text-decoration: none !important;
83
+ }
81
84
  }
82
85
  }
@@ -3,3 +3,8 @@
3
3
  text-shadow: none;
4
4
  font-size: 9px !important;
5
5
  }
6
+
7
+ .label-large {
8
+ font-size: 14px !important;
9
+ padding: 6px;
10
+ }
@@ -83,6 +83,7 @@ $caret-size: 4px;
83
83
 
84
84
  &:hover {
85
85
  color: lighten($topNavigationForeColor, 40%);
86
+ text-decoration: none !important;
86
87
  }
87
88
  }
88
89
  }
@@ -98,6 +99,7 @@ $caret-size: 4px;
98
99
  @mixin sub-navigation-hover-state {
99
100
  background: $pageMenuHoverBackgroundColor;
100
101
  color: $pageMenuHoverForeColor;
102
+ text-decoration: none !important;
101
103
  }
102
104
 
103
105
  #sub-navigation-bar {
@@ -25,6 +25,7 @@
25
25
  background: darken($navTabBackgroundColor, 10%);
26
26
  border: none;
27
27
  border-bottom: 2px solid $logoColor;
28
+ text-decoration: none !important;
28
29
  }
29
30
 
30
31
  &.active, &.active:hover, &.active:focus {
@@ -1,4 +1,4 @@
1
- $linkColor: #666;
1
+ $linkColor: #0268b2;
2
2
  $logoColor: #0268b2;
3
3
  $blue: #179ac8;
4
4
  $green: #7ab400;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tida_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-02 00:00:00.000000000 Z
12
+ date: 2013-08-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -379,7 +379,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
379
379
  version: '0'
380
380
  segments:
381
381
  - 0
382
- hash: -2802999865126538588
382
+ hash: 3353214413903751933
383
383
  required_rubygems_version: !ruby/object:Gem::Requirement
384
384
  none: false
385
385
  requirements:
@@ -388,7 +388,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
388
388
  version: '0'
389
389
  segments:
390
390
  - 0
391
- hash: -2802999865126538588
391
+ hash: 3353214413903751933
392
392
  requirements: []
393
393
  rubyforge_project:
394
394
  rubygems_version: 1.8.25