Fix css for download dossiers buttons
This commit is contained in:
parent
ef9adf52cb
commit
3a82725cbd
2 changed files with 7 additions and 1 deletions
|
@ -61,6 +61,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
#download-menu {
|
||||
.btn-sm {
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-nav {
|
||||
color: white;
|
||||
background-color: transparent;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%div.dropdown.pull-right#download_menu
|
||||
%div.dropdown.pull-right#download-menu
|
||||
- if @dossiers_list_facade.dossiers_to_display.count > 200
|
||||
%button.btn.btn-error.dropdown-toggle#dropdownDownloadMenu{ type: :button, 'data-toggle' => 'dropdown', 'aria-haspopup' => true, 'aria-expanded' => false, class: 'disabled'}
|
||||
%span{'data-toggle' => :tooltip, "data-placement" => :left, title: 'Pour réduire le nombre de dossiers et ne pas dépasser la limite autorisée de 200, merci de bien vouloir appliquer des filtres.'}
|
||||
|
|
Loading…
Reference in a new issue