border-radius.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. /* Border radius */
  2. .sb-slidebar .chat-box li a,
  3. .sb-slidebar .popover-title,
  4. .ui-menu-item,
  5. div.dataTables_filter input,
  6. .main-header .main-nav.nav-alt li.sf-mega-menu .sf-mega a,
  7. .main-header .main-nav.nav-alt li > ul li a,
  8. .ui-accordion,
  9. .ui-accordion-header,
  10. .panel-group .panel,
  11. .ui-editRangeSlider-inputValue,
  12. .ui-rangeSlider-withArrows .ui-rangeSlider-container,
  13. .ui-rangeSlider-noArrow .ui-rangeSlider-container,
  14. .ui-rangeSlider-bar,
  15. .ui-rangeSlider-label,
  16. .ui-corner-all,
  17. .image-box,
  18. .ui-dialog .ui-dialog-titlebar-close,
  19. .ui-dialog-buttonset button,
  20. .input-group-addon.addon-inside,
  21. .ms-list li,
  22. .chosen-container-single .chosen-search input,
  23. div[id^='uniform-'] span,
  24. .nav-tabs.nav-justified > li > a,
  25. .nav > li > a,
  26. .alert-icon,
  27. .progressbar,
  28. .progressbar-value,
  29. .pagination,
  30. .icon-boxed,
  31. .hero-btn,
  32. .main-nav ul li ul li a,
  33. .daterangepicker td,
  34. .daterangepicker th,
  35. .daterangepicker .ranges li,
  36. .daterangepicker .calendar-date,
  37. .daterangepicker,
  38. .ui-datepicker td span,
  39. .ui-datepicker td a,
  40. .bsdatepicker,
  41. .bsdatepicker td,
  42. .bsdatepicker th,
  43. .bsdatepicker td span,
  44. .todo-box li,
  45. .tile-button,
  46. .dropzone,
  47. .btn,
  48. .ui-button,
  49. .ui-tabs,
  50. .ui-dialog,
  51. .ui-dialog-titlebar-close,
  52. .ui-datepicker,
  53. .ui-datepicker-prev,
  54. .ui-datepicker-next,
  55. .ui-datepicker-buttonpane button,
  56. .jGrowl-notification,
  57. .input,
  58. .form-control,
  59. .dropdown-menu,
  60. .popover,
  61. .minicolors-panel,
  62. .chosen-container,
  63. .chosen-choices li.search-choice,
  64. .chosen-single,
  65. .chosen-choices,
  66. .chosen-results li.highlighted,
  67. .ui-menu li a,
  68. .selector,
  69. .tile-box,
  70. .dashboard-box,
  71. .panel-layout,
  72. .panel-box,
  73. .panel-content,
  74. .content-box,
  75. .content-box-closed,
  76. .content-box-closed .content-box-header,
  77. .form-input-icon .glyph-icon,
  78. .content-box .ui-widget-overlay.loader,
  79. .bootstrap-timepicker-widget table td input,
  80. .button-pane,
  81. .alert,
  82. .tooltip-inner,
  83. .table-rounded,
  84. .info-box-alt,
  85. .notifications-box,
  86. .ui-toolbar select,
  87. .ui-toolbar input,
  88. .info-box,
  89. .dropdown-submenu.float-left > .dropdown-menu,
  90. .nav-list,
  91. .nav-list-horizontal-alt li a {
  92. border-radius: 0;
  93. }
  94. .ui-datepicker-title,
  95. .panel > .list-group:first-child .list-group-item:first-child,
  96. .panel-heading,
  97. .tile-header,
  98. .list-group-item:first-child,
  99. .pricing-title,
  100. .ui-dialog .ui-dialog-titlebar,
  101. .ui-datepicker-header,
  102. .content-box .content-box-header,
  103. .ui-tabs-nav,
  104. .btn-group-vertical > .btn:first-child,
  105. .notifications-box li:first-child,
  106. .ui-tabs-nav li > a,
  107. .nav-list li:first-child a,
  108. .post-box textarea,
  109. .popover-title {
  110. border-top-left-radius: 3px;
  111. border-top-right-radius: 3px;
  112. }
  113. .panel > .list-group:last-child .list-group-item:last-child,
  114. .panel-footer,
  115. .popover-content,
  116. .list-group-item:last-child,
  117. .ui-tabs-nav.tabs-bottom {
  118. border-bottom-right-radius: 3px;
  119. border-bottom-left-radius: 3px;
  120. }
  121. .irs-line-left,
  122. .ui-tabs-nav li:first-child,
  123. .table-rounded thead tr:first-child th:first-child,
  124. .table-rounded thead tr:first-child td:first-child {
  125. border-top-left-radius: 3px;
  126. }
  127. .fc-state-default.fc-corner-left,
  128. .ui-tabs-nav.tabs-bottom li:first-child {
  129. border-top-left-radius: 0;
  130. border-bottom-left-radius: 3px;
  131. }
  132. .header-buttons-separator .icon-separator:last-child,
  133. .ui-tabs-nav li.float-right:not(:last-child),
  134. .table-rounded thead tr:first-child th:last-child,
  135. .table-rounded thead tr:first-child td:last-child {
  136. border-top-right-radius: 3px;
  137. }
  138. .fc-state-default.fc-corner-right,
  139. .ui-tabs-nav.tabs-bottom li.float-right:not(:last-child) {
  140. border-top-right-radius: 0;
  141. border-bottom-right-radius: 3px;
  142. }
  143. .table-rounded tbody tr:last-child th:last-child,
  144. .table-rounded tbody tr:last-child td:last-child {
  145. border-bottom-right-radius: 3px;
  146. }
  147. .irs-line-left,
  148. .input-group-addon.addon-inside + .form-control,
  149. .table-rounded tbody tr:last-child th:first-child,
  150. .table-rounded tbody tr:last-child td:first-child {
  151. border-bottom-left-radius: 3px;
  152. }
  153. .nav-tabs-bottom > li > a,
  154. .main-nav ul li ul,
  155. .ui-dialog .ui-dialog-buttonpane,
  156. .ui-datepicker-buttonpane,
  157. .chosen-drop,
  158. .chosen-results li.no-results,
  159. .ui-menu,
  160. .content-box .content-box-wrapper,
  161. .btn-group-vertical > .btn:last-of-type,
  162. .info-box,
  163. .notifications-box li:last-child,
  164. .nav-list li:last-child a {
  165. border-bottom-right-radius: 3px !important;
  166. border-bottom-left-radius: 3px !important;
  167. }
  168. .nav-tabs-left > li > a,
  169. .pagination > li:first-child > a,
  170. .pagination > li:first-child > span,
  171. .fc-corner-left,
  172. .input-append-wrapper .input-append {
  173. border-radius: 0;
  174. border-top-left-radius: 3px !important;
  175. border-bottom-left-radius: 3px !important;
  176. }
  177. .panel-box[class*=' col-xs'] + .panel-box[class*=' col-xs'],
  178. .nav-tabs-right > li > a,
  179. .chosen-container-single .chosen-search i,
  180. .chosen-container-single .chosen-single div,
  181. .selector i,
  182. .pagination > li:last-child > a,
  183. .pagination > li:last-child > span,
  184. .fc-corner-right,
  185. .input-append-right .input-append {
  186. border-radius: 0;
  187. border-top-right-radius: 3px !important;
  188. border-bottom-right-radius: 3px !important;
  189. }
  190. .irs-line-right,
  191. .btn-group .btn:last-of-type,
  192. .btn-group .btn:last-of-type .icon-separator,
  193. .icon-separator.float-right {
  194. border-top-right-radius: 3px;
  195. border-bottom-right-radius: 3px;
  196. }
  197. .ui-spinner-up {
  198. border-top-left-radius: 0;
  199. border-top-right-radius: 3px !important;
  200. }
  201. .ui-spinner-down {
  202. border-bottom-right-radius: 3px !important;
  203. border-bottom-left-radius: 0;
  204. }
  205. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  206. border-radius: 0;
  207. }
  208. .btn-group-vertical > .btn:first-child:not(:last-child) {
  209. border-top-right-radius: 3px;
  210. border-bottom-right-radius: 0;
  211. border-bottom-left-radius: 0;
  212. }
  213. .btn-group-vertical > .btn:last-child:not(:first-child) {
  214. border-top-left-radius: 0;
  215. border-top-right-radius: 0;
  216. border-bottom-left-radius: 3px;
  217. }
  218. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
  219. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
  220. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  221. border-radius: 0;
  222. }
  223. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  224. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  225. border-bottom-right-radius: 0;
  226. border-bottom-left-radius: 0;
  227. }
  228. .ui-autocomplete,
  229. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  230. border-top-left-radius: 0;
  231. border-top-right-radius: 0;
  232. }
  233. .btn-group > .btn-group:first-child > .btn:last-child,
  234. .btn-group > .btn-group:first-child > .dropdown-toggle,
  235. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  236. border-top-right-radius: 0;
  237. border-bottom-right-radius: 0;
  238. }
  239. .btn-group > .btn-group:last-child > .btn:first-child,
  240. .btn-group > .btn:last-child:not(:first-child),
  241. .btn-group > .dropdown-toggle:not(:first-child) {
  242. border-top-left-radius: 0;
  243. border-bottom-left-radius: 0;
  244. }
  245. .input-group-addon.addon-inside + .form-control,
  246. .corner-ribbon,
  247. .corner-ribbon > div,
  248. .corner-ribbon > a,
  249. .content-box-header > .icon-separator {
  250. border-top-left-radius: 3px;
  251. }
  252. .corner-ribbon-tr,
  253. .corner-ribbon-tr > div,
  254. .corner-ribbon-tr > a {
  255. border-top-right-radius: 3px;
  256. }
  257. .bootstrap-switch .bootstrap-switch-handle-on {
  258. border-top-left-radius: 3px;
  259. border-bottom-left-radius: 3px;
  260. }
  261. .bootstrap-switch .bootstrap-switch-handle-off {
  262. border-top-right-radius: 3px;
  263. border-bottom-right-radius: 3px;
  264. }