| 1 |
|
| 2 |
// backward compatible for < WP 4.4 |
| 3 |
h2.tabs { |
| 4 |
margin: 1em 0; |
| 5 |
min-height: 35px; |
| 6 |
} |
| 7 |
|
| 8 |
h2.sub-tabs, h2.submit-tab { |
| 9 |
list-style: none; |
| 10 |
//display: inline-block; |
| 11 |
clear: both; |
| 12 |
margin-bottom: 0; |
| 13 |
|
| 14 |
a { |
| 15 |
// float: left; |
| 16 |
//margin: 0 5px 0 0; |
| 17 |
//padding: 10px 20px 10px 10px; |
| 18 |
//background-color: #fff; |
| 19 |
//min-width: 70px; |
| 20 |
// cursor: pointer; |
| 21 |
// border: 1px solid #ccc; |
| 22 |
// text-align: center; |
| 23 |
font-weight: 400; |
| 24 |
font-size: 14px; |
| 25 |
cursor: pointer; |
| 26 |
// height: 20px; |
| 27 |
// border-bottom: 0; |
| 28 |
&.active { |
| 29 |
//background-color: #e5e5e5; |
| 30 |
//color: #fff; |
| 31 |
} |
| 32 |
.dashicons { margin-right: 10px; line-height: 24px; } |
| 33 |
} |
| 34 |
.save-indicator { |
| 35 |
|
| 36 |
float:right; |
| 37 |
font-size: 25px; |
| 38 |
display: none; |
| 39 |
margin-right: 10px; |
| 40 |
&.dashicons-warning |
| 41 |
{ |
| 42 |
color: #ff0000; |
| 43 |
} |
| 44 |
&.dashicons-yes |
| 45 |
{ |
| 46 |
color: #00ff00; |
| 47 |
} |
| 48 |
} |
| 49 |
|
| 50 |
|
| 51 |
} |
| 52 |
|
| 53 |
|
| 54 |
&.mb_tabs_active .mb_tab { |
| 55 |
//border-top: 1px solid #000; |
| 56 |
//margin-top: -4px; |
| 57 |
border: 0px; |
| 58 |
background: none; |
| 59 |
|
| 60 |
@include border-radius(0,0,0,0); |
| 61 |
|
| 62 |
> .title:nth-of-type(1) { |
| 63 |
@extend .button-bar; |
| 64 |
button { top: 0; } |
| 65 |
.right { float: right; } |
| 66 |
} |
| 67 |
> .inside { |
| 68 |
border: 1px solid #e5e5e5; |
| 69 |
} |
| 70 |
} |
| 71 |
|
| 72 |
|
| 73 |
|
| 74 |
|