##// END OF EJS Templates
don't set bootstrap toggle on ToggleButtonsWidget...
don't set bootstrap toggle on ToggleButtonsWidget model update already toggles active and data-toggle does the same, so clicking on a toggle toggles twice, setting it back to the original value.

File last commit:

r19660:8cdedfc0
r19967:35824797
Show More
menubar.less
30 lines | 497 B | text/x-less | LessCssLexer
.selected-keymap {
i.fa {
padding: 0px 5px;
}
i.fa:before {
content: @fa-var-check;
}
}
#mode-menu {
// truncate mode-menu, so it doesn't get longer than the screen
overflow: auto;
max-height: 20em;
}
#current-mode {
margin-right: @padding-large-horizontal;
}
.edit_app {
#header {
.box-shadow(@global-shadow);
}
#menubar .navbar {
/* Use a negative 1 bottom margin, so the border overlaps the border of the
header */
margin-bottom: -1px;
}
}