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