|
5 | 5 | .ui-tabs-scrollable .nav-tabs {
|
6 | 6 | white-space: nowrap;
|
7 | 7 | overflow: hidden;
|
8 |
| - height: 42px!important; |
9 |
| - border-bottom: 0!important; |
| 8 | + height: 42px; |
| 9 | + border-bottom: 0; |
10 | 10 | }
|
11 | 11 |
|
12 | 12 | .ui-tabs-scrollable .spacer:not(.hidden-buttons) {
|
|
19 | 19 | margin-right: -25px;
|
20 | 20 | }
|
21 | 21 |
|
| 22 | +.ui-tabs-scrollable .tab-content { |
| 23 | + margin-top: -1px; |
| 24 | + border-top: 1px solid #ddd; |
| 25 | +} |
| 26 | + |
22 | 27 | .ui-tabs-scrollable .nav > li {
|
23 |
| - margin-right: -4px; |
| 28 | + margin-right: -3px; |
24 | 29 | float: none;
|
25 | 30 | display: inline-block;
|
26 |
| - height: 42px!important; |
| 31 | + height: 42px; |
27 | 32 | border-bottom: 1px solid #ddd;
|
28 | 33 | }
|
29 | 34 |
|
30 | 35 | .ui-tabs-scrollable .spacer:not(.hidden-buttons) .nav > li:first-child.active a,
|
31 | 36 | .ui-tabs-scrollable .spacer:not(.hidden-buttons) .nav > li:first-child a:hover {
|
32 |
| - border-top-left-radius: 0!important; |
| 37 | + border-top-left-radius: 0; |
33 | 38 | border-left: 1px solid transparent;
|
34 | 39 | }
|
35 | 40 |
|
36 | 41 | .ui-tabs-scrollable .spacer:not(.hidden-buttons) .nav > li:last-child.active a,
|
37 | 42 | .ui-tabs-scrollable .spacer:not(.hidden-buttons) .nav > li:last-child a:hover {
|
38 |
| - border-top-right-radius: 0!important; |
| 43 | + border-top-right-radius: 0; |
39 | 44 | border-right: 1px solid transparent;
|
40 | 45 | margin-right: -1px;
|
41 | 46 | }
|
42 | 47 |
|
43 | 48 | .ui-tabs-scrollable .nav-button {
|
44 | 49 | position: absolute;
|
45 | 50 | width: 25px;
|
46 |
| - height: 42px!important; |
| 51 | + height: 42px; |
47 | 52 | line-height: 42px;
|
48 | 53 | top: 0;
|
49 | 54 | color: #428bca;
|
50 | 55 | cursor: pointer;
|
51 | 56 | text-align: center;
|
52 | 57 | border: 1px solid #ddd;
|
53 |
| - border-radius: 0!important; |
54 |
| - padding: 0!important; |
| 58 | + border-radius: 0; |
| 59 | + padding: 0; |
55 | 60 | background-color: #fff;
|
56 | 61 | z-index: 10;
|
57 | 62 | }
|
|
62 | 67 |
|
63 | 68 | .ui-tabs-scrollable .left-nav-button {
|
64 | 69 | left: 0;
|
65 |
| - border-top-left-radius: 4px!important; |
| 70 | + border-top-left-radius: 4px; |
66 | 71 | }
|
67 | 72 |
|
68 | 73 | .ui-tabs-scrollable .right-nav-button {
|
69 | 74 | right: 0;
|
70 |
| - border-top-right-radius: 4px!important; |
| 75 | + border-top-right-radius: 4px; |
| 76 | +} |
| 77 | + |
| 78 | +.right-nav-button:before{ |
| 79 | + font-family: 'Glyphicons Halflings';; |
| 80 | + content: '\e080'; |
| 81 | +} |
| 82 | + |
| 83 | +.left-nav-button:before{ |
| 84 | + font-family: 'Glyphicons Halflings';; |
| 85 | + content: '\e079'; |
71 | 86 | }
|
0 commit comments