PluginProbe
Flex Posts – Responsive Posts Block / trunk
Flex Posts – Responsive Posts Block vtrunk
2.1.0 trunk 1.12.0 2.0.0
flex-posts / admin / css / widget-admin.css

widget-admin.css in Flex Posts – Responsive Posts Block trunk, at admin/css/widget-admin.css

48 lines 722 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .fp-tabs {
2 list-style: none;
3 padding: 0 15px;
4 margin: 15px -15px 0;
5 border-bottom: 1px solid #ccc;
6 }
7
8 .customize-control .fp-tabs {
9 margin-left: -10px;
10 margin-right: -10px;
11 padding-left: 10px;
12 padding-right: 10px;
13 }
14
15 .fp-tabs li {
16 display: inline-block;
17 margin: 0;
18 }
19
20 .fp-tab-item {
21 display: block;
22 color: currentColor;
23 font-weight: 600;
24 padding: 7px 8px;
25 opacity: 0.4;
26 text-decoration: none;
27 border: 1px solid transparent;
28 border-radius: 2px 2px 0 0;
29 margin-bottom: -1px;
30 cursor: pointer;
31 }
32
33 .fp-tab-item:focus,
34 .fp-tab-item:hover {
35 color: currentColor;
36 opacity: 0.6;
37 }
38
39 .fp-tab-item.active {
40 border-color: #ccc;
41 border-bottom-color: #fff;
42 opacity: 1;
43 }
44
45 .fp-tab:not(.active) {
46 display: none;
47 }
48