Bootstrap 4.1.2

pull/5578/merge
Aleksander Machniak 6 years ago
parent 4f2b795cd2
commit 1841f17879

@ -88,10 +88,10 @@
{
"lib": "bootstrap",
"name": "Bootstrap",
"version": "4.1.0",
"version": "4.1.2",
"url": "https://github.com/twbs/bootstrap/releases/download/v$v/bootstrap-$v-dist.zip",
"dest": "skins/elastic/deps",
"sha1": "90abd51cf27a3dc4823eed6c1de620725f068b6c",
"sha1": "d43982739f8f2bb05ef2a2fa55c358ce7e30a72b",
"license": "MIT",
"flat": true,
"map": {

@ -1166,6 +1166,10 @@ input.icon-checkbox {
cursor: pointer;
width: 1.5em;
html.touch & {
font-size: 1.5rem;
}
&:before {
&:extend(.font-icon-class);
content: @fa-var-toggle-off;
@ -1216,10 +1220,6 @@ input.icon-checkbox {
}
}
html.touch input.icon-checkbox + label {
font-size: 1.5rem;
}
/*** General browser hacks ***/

@ -2338,7 +2338,7 @@ function rcube_elastic_ui()
{
var content = $('#listoptions-menu'),
width = content.width() + 25,
dialog = content.clone();
dialog = content.clone(true);
// set form values
$('select[name="sort_col"]', dialog).val(rcmail.env.sort_col || '');

Loading…
Cancel
Save