Skip to content

Commit

Permalink
some small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
clinct committed Mar 12, 2013
1 parent a90d7cf commit cf1d80d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions less/buttons.less
Expand Up @@ -223,9 +223,9 @@ input[type="button"] {
background-repeat: repeat-x;
}
&.active {
background: #9e9e9e !important;
border-color: #7b7b7b !important;
color: hsla(255, 100%, 100%, 0.85);
background: hsla(0, 0%, 62%, 0.4) !important;
border-color: hsla(0, 0%, 48%, 0.6) !important;
color: hsla(0, 0%, 27%, 0.85);
text-shadow: none;
}
}
Expand Down
1 change: 1 addition & 0 deletions less/dropdowns.less
Expand Up @@ -147,6 +147,7 @@
color: @dropdownLinkColorHover;
text-decoration: none;
background-color: @dropdownLinkBackgroundHover;
text-shadow: none;
}


Expand Down
2 changes: 1 addition & 1 deletion less/responsive-1024px.less
Expand Up @@ -40,7 +40,7 @@
}

span.small-txt {
display: block;
display: inline;
}
span.normal-txt {
display: none;
Expand Down

0 comments on commit cf1d80d

Please sign in to comment.