b.tabs.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. @CHARSET "UTF-8";
  2. .bTabs{
  3. /* margin-top: 10px; */
  4. /* height: 100%; */
  5. min-height: 200px !important;
  6. }
  7. .bTabs button.navTabsCloseBtn {
  8. font-size: 23px !important;
  9. cursor: pointer;
  10. margin-left: 10px;
  11. font-style: normal;
  12. line-height: 20px;
  13. font-family: inherit;
  14. font-weight: normal;
  15. position: relative;
  16. top: -2px;
  17. color: #AAAAAA;
  18. -webkit-appearance: none;
  19. padding: 0;
  20. cursor: pointer;
  21. background: 0 0;
  22. border: 0;
  23. float: right;
  24. line-height: 1;
  25. text-shadow: 0 1px 0 #fff;
  26. }
  27. .bTabs button.navTabsCloseBtn:hover{
  28. color: red !important;
  29. font-weight: 700;
  30. }
  31. .bTabs .nav-tabs{
  32. margin-bottom: 5px;
  33. padding-left: 20px;
  34. }
  35. .bTabs .nav-tabs>li {
  36. margin-right: 5px;
  37. }
  38. .bTabs .nav-tabs>li>a {
  39. padding-top: 5px;
  40. padding-bottom: 5px;
  41. color: #666666;
  42. }
  43. .bTabs .nav-tabs li.active a {
  44. color: #227AD7;
  45. font-weight: bold;
  46. }
  47. .bTabs .nav-tabs li.active a button.navTabsCloseBtn{
  48. color: #666666;
  49. }
  50. .bTabs div.tab-content {
  51. height: 100%;
  52. overflow-y: hidden;
  53. }
  54. .bTabs div.tab-content div.tab-pane {
  55. height: 100%;
  56. }
  57. .bTabs ul.ui-sortable{
  58. min-height: 31px !important;
  59. }
  60. .bTabs li.ui-sortable-placeholder{
  61. border: 2px dashed #AAAAAA !important;
  62. /* border: 0px; */
  63. background-color: #FFFFE1;
  64. padding: 0px;
  65. height: 28px !important;
  66. }
  67. .bTabs li.ui-sortable-handle {
  68. -ms-touch-action: none;
  69. touch-action: none;
  70. }
  71. .bTabs li.bTabsPlaceHolder{
  72. visibility: visible !important;
  73. box-sizing: content-box;
  74. }