Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
fix idea page css
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny4381 committed May 29, 2015
1 parent ea811e6 commit 255e0ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions db/seeds/opendata/files/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ textarea {
@include tab;
margin-bottom: $box-margin;
border-bottom: 2px solid $sky;
a:hover, a.current {
a:hover, a.current, a.dataset_current, a.app_current, a.idea_current {
background: $sky;
filter: none;
color: $black1;
Expand Down Expand Up @@ -948,6 +948,7 @@ textarea {
padding: 3px 3px 0;
border: $border-gray2;
dt {
clear: both;
float: left;
width: 230px;
margin: 0 $item-margin 3px 0;
Expand Down Expand Up @@ -989,7 +990,7 @@ textarea {
}
.names {
border-bottom: 2px solid $green;
a:hover, a.current {
a:hover, a.current, a.dataset_current, a.app_current, a.idea_current {
background: $green;
}
}
Expand All @@ -1012,7 +1013,7 @@ textarea {
}
.names {
border-bottom: 2px solid $yellow;
a:hover, a.current {
a:hover, a.current, a.dataset_current, a.app_current, a.idea_current {
background: $yellow;
}
}
Expand Down

0 comments on commit 255e0ae

Please sign in to comment.