PluginProbe
MaxButtons – Create buttons / 6.26.1
MaxButtons – Create buttons v6.26.1
6.23 6.24 6.25 6.26 6.26.1 6.27 6.28 6.3 6.4 6.5 6.6 6.7 6.8 6.9 7.0 7.1 7.1.1 7.1.2 7.1.3 7.10 7.11 7.13 7.13.1 7.13.2 7.13.3 All 100 releases
maxbuttons / assets / scss / _subtabs.scss

_subtabs.scss in MaxButtons – Create buttons 6.26.1, at assets/scss/_subtabs.scss

74 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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