Change zebra colors for videolistings
This commit is contained in:
parent
47e3e56a6c
commit
fcbe872ea8
@ -10,7 +10,7 @@ $medgray: #3A9AC9;
|
||||
}
|
||||
|
||||
.odd {
|
||||
background-color: $medgray;
|
||||
background-color: #395C84;
|
||||
padding: 10px;
|
||||
.help-block{
|
||||
color: #ccc;
|
||||
@ -18,7 +18,7 @@ $medgray: #3A9AC9;
|
||||
|
||||
}
|
||||
.even {
|
||||
background-color: lighten($medgray, 50);
|
||||
background-color: lighten(#456A92, 10);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
@ -4,3 +4,4 @@
|
||||
<% else %>
|
||||
<%= link_to "Sign in", new_user_session_path %>
|
||||
<% end %>
|
||||
-----
|
||||
|
Loading…
Reference in New Issue
Block a user