##// END OF EJS Templates
Merge pull request #3660 from minrk/focusclick...
Merge pull request #3660 from minrk/focusclick refocus active cell on dialog close if there is one. Otherwise the cursor is lost on kernel restart, etc. and the mouse must be used to get back to work.

File last commit:

r11033:fa36e98f
r11531:402e85e9 merge
Show More
mixins.less
10 lines | 193 B | text/x-less | LessCssLexer
// Mixin CSS classes
.border-box-sizing {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.corner-all {
border-radius: @corner_radius;
}