PluginProbe
FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager / 1.1
FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager v1.1
10.56 1.2.1 10 10.1 10.2 10.3 10.31 10.32 10.33 10.34 10.50 10.51 10.52 10.53 10.55 9.0 9.0.1 9.4 trunk 1.0.0 1.1 1.2
easy-code-manager / framework / css / toolbox.css

toolbox.css in FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager 1.1, at framework/css/toolbox.css

65 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Toolboxes */
2 .cjt-toolbox .divider,
3 .cjt-toolbox .empty-divider {
4 margin: 0 20px;
5 width: 2px;
6 display: inline-block;
7 height: 25px;
8 }
9
10 .cjt-toolbox .divider {
11 background-image: url('images/divider.png');
12 background-repeat: no-repeat;
13 background-position: center;
14 }
15 .cjt-toolbox .icons-group {
16 display: inline-block;
17 float:left;
18 }
19 .cjt-toolbox .icons-group a.cjt-tb-link {
20
21 display: inline-block;
22 cursor: pointer;
23 margin-left: 0px;
24 background-repeat: no-repeat;
25 background-position: center;
26 }
27 .cjt-toolbox .icons-group a.cjt-tb-text-link {
28 padding-left: 0px;
29 width: 100%;
30 }
31 .cjt-toolbox .icons-group .popup-menu {
32 margin-top: 0px;
33 z-index: 2;
34 padding: 0;
35 border: 0px solid;
36 position: absolute;
37 border-top-right-radius: 3px;
38 border-top-left-radius: 3px;
39 border-bottom-right-radius: 3px;
40 border-bottom-left-radius: 3px;
41 }
42 .cjt-toolbox .icons-group .popup-menu a.cjt-tb-text-link {
43 width: 100%;
44 background-position-x: left;
45 padding-left: 0;
46 padding-top: 6px;
47 background: none;
48 }
49 .cjt-toolbox .icons-group a.l-127x23 {
50
51 }
52 .cjt-toolbox .icons-group a.l-45x27 {
53 width: 45px;
54 height: 27px;
55 }
56
57 .cjt-toolbox a.cjt-tb-link:hover {
58 opacity : 0.7;
59 filter:alpha(opacity = 70%);
60 }
61 .cjt-toolbox a.cjttbs-disabled,
62 .cjt-toolbox a.cjttbs-disabled:hover {
63 opacity : 0.4;
64 filter:alpha(opacity = 4%);
65 }