From 4d0149ce43424a4a9f148cbe0c4643410c7b486c Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Mon, 26 May 2014 13:25:23 -0700 Subject: [PATCH] Add form-control CSS class to new dropdowns --- templates/useroptions.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/useroptions.jade b/templates/useroptions.jade index 52a3aaf6..4fc72004 100644 --- a/templates/useroptions.jade +++ b/templates/useroptions.jade @@ -94,14 +94,14 @@ mixin us-chat .form-group label.control-label.col-sm-4(for="#us-blink-title") Blink page title on new messages .col-sm-8 - select#us-blink-title + select#us-blink-title.form-control option(value="never") Never option(value="onlyping") Only when I am mentioned or PMed option(value="always") Always .form-group label.control-label.col-sm-4(for="#us-ping-sound") Notification sound on new messages .col-sm-8 - select#us-ping-sound + select#us-ping-sound.form-control option(value="never") Never option(value="onlyping") Only when I am mentioned or PMed option(value="always") Always