Remove bootstrap-fix.scss

This commit is contained in:
Steffen van Bergerem 2015-06-04 16:40:18 +02:00 committed by Jonne Haß
parent 20c63b20ba
commit 797ae8a918
2 changed files with 0 additions and 26 deletions

View file

@ -2,8 +2,6 @@
@import 'bootstrap-variables'; // our overwrites
@import 'bootstrap/variables'; // the original bootstrap ones
@import 'bootstrap-fix';
@import 'perfect-scrollbar';
@import "colors";

View file

@ -1,24 +0,0 @@
// A temporary fix for broken classes in bootstrap 2.
// Can probably be removed when migration of bootstrap 3 is done.
input::placeholder,
textarea::placeholder {
color: #999999;
}
input::input-placeholder,
textarea::input-placeholder {
color: #999999;
}
// A temporary fix for mention modal #5329
#new_status_message_pane .modal {
position: absolute;
max-height: none;
}
#new_status_message_pane .modal-body{
overflow-y: visible;
max-height: none;
}