1/*!
2 * jQuery UI CSS Framework 1.12.1
3 * http://jqueryui.com
4 *
5 * Copyright jQuery Foundation and other contributors
6 * Released under the MIT license.
7 * http://jquery.org/license
8 *
9 * http://api.jqueryui.com/category/theming/
10 *
11 * To view and modify this theme, visit http://jqueryui.com/themeroller/
12 */
13
14.ui-corner-all {
15 border-radius: @border-radius-large;
16}