mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
css fix
This commit is contained in:
parent
05e9d767ab
commit
5900b3788e
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ $dark-grey:#444444;
|
|||
|
||||
position: relative;
|
||||
.search-field {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
font-size: 14px;
|
||||
padding: 4px 12px;
|
||||
line-height: 1.3;
|
||||
|
|
|
@ -15,7 +15,7 @@ adminMenu.push({
|
|||
description: 'see_what_people_are_searching_for'
|
||||
});
|
||||
|
||||
registerElementColor('.search-field', 'secondaryContrastColor');
|
||||
registerElementColor('.search .search-field', 'secondaryContrastColor');
|
||||
|
||||
Searches = new Meteor.Collection("searches", {
|
||||
schema: new SimpleSchema({
|
||||
|
|
Loading…
Add table
Reference in a new issue