Add form-control CSS class to new dropdowns

This commit is contained in:
Calvin Montgomery 2014-05-26 13:25:23 -07:00
parent 8069378afc
commit 4d0149ce43
1 changed files with 2 additions and 2 deletions

View File

@ -94,14 +94,14 @@ mixin us-chat
.form-group .form-group
label.control-label.col-sm-4(for="#us-blink-title") Blink page title on new messages label.control-label.col-sm-4(for="#us-blink-title") Blink page title on new messages
.col-sm-8 .col-sm-8
select#us-blink-title select#us-blink-title.form-control
option(value="never") Never option(value="never") Never
option(value="onlyping") Only when I am mentioned or PMed option(value="onlyping") Only when I am mentioned or PMed
option(value="always") Always option(value="always") Always
.form-group .form-group
label.control-label.col-sm-4(for="#us-ping-sound") Notification sound on new messages label.control-label.col-sm-4(for="#us-ping-sound") Notification sound on new messages
.col-sm-8 .col-sm-8
select#us-ping-sound select#us-ping-sound.form-control
option(value="never") Never option(value="never") Never
option(value="onlyping") Only when I am mentioned or PMed option(value="onlyping") Only when I am mentioned or PMed
option(value="always") Always option(value="always") Always