Skip to content

Commit

Permalink
Merge pull request RefugeRestrooms#223 from RefugeRestrooms/feature/c…
Browse files Browse the repository at this point in the history
…ommon.css

Feature/common.css
  • Loading branch information
tkwidmer committed Mar 1, 2015
2 parents 937819e + 534d6c9 commit 6cc5614
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*= require search
*= require _mobile
*= require top_cities
*= require common
*/

@import 'variables';
Expand Down Expand Up @@ -65,7 +66,7 @@ h1 {
background: $light-purple;
cursor: pointer;
}
.addForm input[name=commit]:hover, .addForm input[type=button]:hover {
.addForm input[name=commit]:hover, .addForm {
background-color: $light-purple;
color: white;
}
Expand Down
Empty file.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/framework_and_overrides.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ img {
background-color: transparent;
border-color: #41326B;
}
.btn:hover, .submit:hover, .btn:focus, .submit:focus {
button.btn:hover, button.btn:focus {
color: white;
text-decoration: none;
background-color: #8377af;
border-color: #8377af;
}

header {
background-color: $purple;
}
Expand Down
4 changes: 0 additions & 4 deletions app/assets/stylesheets/search.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,4 @@
.fa-spinner {
display: inherit;
}
}
.searchButton:hover, .splashcontainer .currentLocationButton:hover {
background-color: #8377af;
border-color: #8377af;
}

0 comments on commit 6cc5614

Please sign in to comment.