1
1
div .code , pre , textarea {overflow : auto}
2
2
.text-left , caption , th {text-align : left}
3
3
.bootstrap-select .btn-group .dropdown-menu li a , .datepicker table {-ms-user-select : none;-webkit-user-select : none;-moz-user-select : none}
4
- .c3 svg , html {-webkit-tap-highlight-color : transparent}
5
4
.list-view-pf-top-align .list-view-pf-actions , .list-view-pf-top-align .list-view-pf-checkbox {align-self : flex-start}
6
5
@font-face {font-family : "Open Sans" ;font-style : normal;font-weight : 300 ;src : url(../ styles/fonts/OpenSans-Light-webfont.eot);src : local ("Open Sans Light" ), local ("OpenSans-Light" ), url(../ styles/fonts/OpenSans-Light-webfont.eot?#iefix) for mat("embedded-opentype" ), url(../ styles/fonts/OpenSans-Light-webfont.woff2) for mat("woff2" ), url(../ styles/fonts/OpenSans-Light-webfont.woff) for mat("woff" ), url(../ styles/fonts/OpenSans-Light-webfont.ttf) for mat("truetype" ), url(../ styles/fonts/OpenSans-Light-webfont.svg#OpenSans) for mat("svg" )}
7
6
@font-face {font-family : "Open Sans" ;font-style : normal;font-weight : 400 ;src : url(../ styles/fonts/OpenSans-Regular-webfont.eot);src : local ("Open Sans" ), local ("OpenSans" ), url(../ styles/fonts/OpenSans-Regular-webfont.eot?#iefix) for mat("embedded-opentype" ), url(../ styles/fonts/OpenSans-Regular-webfont.woff2) for mat("woff2" ), url(../ styles/fonts/OpenSans-Regular-webfont.woff) for mat("woff" ), url(../ styles/fonts/OpenSans-Regular-webfont.ttf) for mat("truetype" ), url(../ styles/fonts/OpenSans-Regular-webfont.svg#OpenSans) for mat("svg" )}
@@ -331,7 +330,7 @@ h2,h3{page-break-after:avoid}
331
330
.glyphicon-menu-down : before {content : "\e259" }
332
331
.glyphicon-menu-up : before {content : "\e260" }
333
332
* , : after , : before {-webkit-box-sizing : border-box;-moz-box-sizing : border-box;box-sizing : border-box}
334
- html {font-size : 10px }
333
+ html {font-size : 10px ; -webkit-tap-highlight-color : transparent }
335
334
body {font-family : "Open Sans" , Helvetica, Arial, sans-serif;font-size : 13px ;line-height : 1.66666667 ;color : # 363636 }
336
335
button , input , select , textarea {font-family : inherit;font-size : inherit;line-height : inherit}
337
336
a {color : # 0088ce ;text-decoration : none}
@@ -2455,7 +2454,7 @@ select.bs-select-hidden,select.selectpicker{display:none!important}
2455
2454
.bs-searchbox .form-control {margin-bottom : 0 ;width : 100% ;float : none}
2456
2455
.bootstrap-switch {display : inline-block;direction : ltr;cursor : pointer;border-radius : 1px ;border : 1px solid # bbb ;position : relative;text-align : left;overflow : hidden;line-height : 8px ;z-index : 0 ;-ms-user-select : none;user-select : none;vertical-align : middle;-webkit-transition : border-color ease-in-out .15s , box-shadow ease-in-out .15s ;-o-transition : border-color ease-in-out .15s , box-shadow ease-in-out .15s ;transition : border-color ease-in-out .15s , box-shadow ease-in-out .15s }
2457
2456
.bootstrap-switch .bootstrap-switch-container {display : inline-block;top : 0 ;border-radius : 1px ;-webkit-transform : translate3d (0 , 0 , 0 );transform : translate3d (0 , 0 , 0 )}
2458
- .bootstrap-switch .bootstrap-switch-handle-off , .bootstrap-switch .bootstrap-switch-handle-on , .bootstrap-switch .bootstrap-switch-label {-webkit-box-sizing : border-box;-moz-box-sizing : border-box;box-sizing : border-box;cursor : pointer;display : inline-block !important ; height : 100 % ;padding : 2px 6px ;font-size : 13px ;line-height : 21px }
2457
+ .bootstrap-switch .bootstrap-switch-handle-off , .bootstrap-switch .bootstrap-switch-handle-on , .bootstrap-switch .bootstrap-switch-label {-webkit-box-sizing : border-box;-moz-box-sizing : border-box;box-sizing : border-box;cursor : pointer;display : table-cell; vertical-align : middle ;padding : 2px 6px ;font-size : 13px ;line-height : 21px }
2459
2458
.ie9 .layout-pf-alt-fixed .nav-pf-vertical-alt , .ie9 .layout-pf-fixed .nav-pf-secondary-nav , .ie9 .layout-pf-fixed .nav-pf-tertiary-nav , .ie9 .layout-pf-fixed .nav-pf-vertical , .list-group-item-header {box-sizing : content-box}
2460
2459
.bootstrap-switch .bootstrap-switch-handle-off , .bootstrap-switch .bootstrap-switch-handle-on {text-align : center;z-index : 1 }
2461
2460
.bootstrap-switch .bootstrap-switch-handle-off .bootstrap-switch-primary , .bootstrap-switch .bootstrap-switch-handle-on .bootstrap-switch-primary {color : # fff ;background : # 0088ce }
@@ -2465,9 +2464,10 @@ select.bs-select-hidden,select.selectpicker{display:none!important}
2465
2464
.bootstrap-switch .bootstrap-switch-handle-off .bootstrap-switch-danger , .bootstrap-switch .bootstrap-switch-handle-on .bootstrap-switch-danger {color : # fff ;background : # a30000 }
2466
2465
.bootstrap-switch .bootstrap-switch-handle-off .bootstrap-switch-default , .bootstrap-switch .bootstrap-switch-handle-on .bootstrap-switch-default {color : # 000 }
2467
2466
.bootstrap-switch .bootstrap-switch-label {text-align : center;margin-top : -1px ;margin-bottom : -1px ;color : # 4d5258 }
2467
+ .bootstrap-switch span ::before {content : "\200b" }
2468
2468
.bootstrap-switch .bootstrap-switch-handle-on {border-bottom-left-radius : 0px ;border-top-left-radius : 0px }
2469
2469
.bootstrap-switch .bootstrap-switch-handle-off {border-bottom-right-radius : 0px ;border-top-right-radius : 0px }
2470
- .bootstrap-switch input [type = radio ], .bootstrap-switch input [type = checkbox ]{position : absolute!important ;top : 0 ;left : 0 ;margin : 0 ;z-index : -1 ;opacity : 0 ;filter : alpha (opacity=0)}
2470
+ .bootstrap-switch input [type = radio ], .bootstrap-switch input [type = checkbox ]{position : absolute!important ;top : 0 ;left : 0 ;margin : 0 ;z-index : -1 ;opacity : 0 ;filter : alpha (opacity=0); visibility : hidden }
2471
2471
.bootstrap-switch .bootstrap-switch-mini .bootstrap-switch-handle-off , .bootstrap-switch .bootstrap-switch-mini .bootstrap-switch-handle-on , .bootstrap-switch .bootstrap-switch-mini .bootstrap-switch-label {padding : 1px 5px ;font-size : 11px ;line-height : 1.5 }
2472
2472
.bootstrap-switch .bootstrap-switch-small .bootstrap-switch-handle-off , .bootstrap-switch .bootstrap-switch-small .bootstrap-switch-handle-on , .bootstrap-switch .bootstrap-switch-small .bootstrap-switch-label {padding : 2px 6px ;font-size : 11px ;line-height : 1.5 }
2473
2473
.bootstrap-switch .bootstrap-switch-large .bootstrap-switch-handle-off , .bootstrap-switch .bootstrap-switch-large .bootstrap-switch-handle-on , .bootstrap-switch .bootstrap-switch-large .bootstrap-switch-label {padding : 2px 10px ;font-size : 15px ;line-height : 1.3333333 }
@@ -2485,7 +2485,7 @@ select.bs-select-hidden,select.selectpicker{display:none!important}
2485
2485
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {border-radius : 0 4px 0 0 }
2486
2486
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {margin-top : -2px ;border-radius : 0 0 4px }
2487
2487
.bootstrap-touchspin .input-group-btn-vertical i {position : absolute;font-weight : 400 }
2488
- .c3 svg {font : 10px sans-serif}
2488
+ .c3 svg {font : 10px sans-serif; -webkit-tap-highlight-color : transparent }
2489
2489
.c3 line , .c3 path {fill : none;stroke : # 000 }
2490
2490
.c3 text {user-select : none}
2491
2491
.c3-bars path , .c3-event-rect , .c3-legend-item-tile , .c3-xgrid-focus , .c3-ygrid {shape-rendering : crispEdges}
@@ -4134,6 +4134,8 @@ copy-to-clipboard .input-group.limit-width{max-width:300px}
4134
4134
.tech-preview-header {justify-content : space-between}
4135
4135
@media (max-width : 479px ){.col-xxs-12 {width : 100% }
4136
4136
}
4137
+ .truncation-block {margin-right : 10px }
4138
+ .truncation-collapse-link {margin-left : 10px ;white-space : nowrap}
4137
4139
.data-toolbar {padding : 5px 0 }
4138
4140
.data-toolbar .other-resources-toolbar .data-toolbar-dropdown {min-width : 210px }
4139
4141
.data-toolbar .checkbox {margin-bottom : 0 ;margin-top : 10px }
0 commit comments