settings - revised discussion settings UI to include standard discussion categories and adding new ones

This commit is contained in:
Brian Talbot
2012-11-19 08:05:52 -05:00
parent bf4f678bde
commit 0114366c36
2 changed files with 79 additions and 0 deletions

View File

@@ -148,6 +148,11 @@
}
}
.input-default {
color: $darkGrey;
background: $lightGrey;
}
::-webkit-input-placeholder {
color: $mediumGrey;
font-size: 13px;