source: RedSur/app/assets/stylesheets/bootstrap-fix.scss @ 6b8adc0

modelo_minuta
Last change on this file since 6b8adc0 was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 468 bytes
Line 
1// A temporary fix for broken classes in bootstrap 2.
2// Can probably be removed when migration of bootstrap 3 is done.
3
4input::placeholder,
5textarea::placeholder {
6  color: #999999;
7}
8input::input-placeholder,
9textarea::input-placeholder {
10  color: #999999;
11}
12
13// A temporary fix for mention modal #5329
14
15#new_status_message_pane .modal {
16  position: absolute;
17  max-height: none;
18}
19
20#new_status_message_pane .modal-body{
21  overflow-y: visible;
22  max-height: none;
23}
Note: See TracBrowser for help on using the repository browser.