This commit is contained in:
Sacha Greif 2015-04-11 12:25:34 +09:00
parent 05e9d767ab
commit 5900b3788e
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ $dark-grey:#444444;
position: relative; position: relative;
.search-field { .search-field {
color: rgba(255, 255, 255, 0.6);
font-size: 14px; font-size: 14px;
padding: 4px 12px; padding: 4px 12px;
line-height: 1.3; line-height: 1.3;

View file

@ -15,7 +15,7 @@ adminMenu.push({
description: 'see_what_people_are_searching_for' description: 'see_what_people_are_searching_for'
}); });
registerElementColor('.search-field', 'secondaryContrastColor'); registerElementColor('.search .search-field', 'secondaryContrastColor');
Searches = new Meteor.Collection("searches", { Searches = new Meteor.Collection("searches", {
schema: new SimpleSchema({ schema: new SimpleSchema({