PluginProbe
CSS & JavaScript Toolbox / 10
CSS & JavaScript Toolbox v10
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | framework/css/toolbox.css +21 -10 6.010 View file →
@@ -1,13 +1,17 @@
1 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 +
2 10 .cjt-toolbox .divider {
3 11 background-image: url('images/divider.png');
4 12 background-repeat: no-repeat;
5 13 background-position: center;
6 - margin: 0 20px;
7 - width: 2px;
8 - display: inline-block;
9 - height: 25px;
10 14 }
11 15 .cjt-toolbox .icons-group {
12 16 display: inline-block;
13 17 }
@@ -31,9 +35,9 @@
31 35 margin-top: -4px;
32 36 z-index: 2;
33 37 background-color: white;
34 38 padding: 10px 10px;
35 - border: 3px solid #EFEFEF;
39 + border: 1px solid #bbb;
36 40 border-top-right-radius: 3px;
37 41 border-top-left-radius: 3px;
38 42 border-bottom-right-radius: 3px;
39 43 border-bottom-left-radius: 3px;
@@ -42,8 +46,10 @@
42 46 width: 100%;
43 47 background-position-x: left;
44 48 padding-left: 35px;
45 49 padding-top: 6px;
50 + display: flex;
51 + align-items: center;
46 52 }
47 53 .cjt-toolbox .icons-group a.l-127x23 {
48 54 width: 105px;
49 55 height: 23px;
@@ -57,14 +63,19 @@
57 63 .cjt-toolbox a.cjt-tb-link:visited {
58 64 color: #6C6B6B;
59 65 }
60 66 .cjt-toolbox a.cjt-tb-link:hover {
61 - opacity : 0.8;
62 - filter:alpha(opacity = 80%);
67 + opacity : 0.7;
68 + filter:alpha(opacity = 70%);
63 69 }
70 +.cjt-toolbox a.cjttbs-disabled,
64 71 .cjt-toolbox a.cjttbs-disabled:hover {
72 + opacity : 0.4;
73 + filter:alpha(opacity = 4%);
74 +}
75 +
76 +.cjt-toolbox a.cjttbs-loading,
77 +.cjt-toolbox a.cjttbs-loading:hover {
65 78 opacity : 1;
66 79 filter:alpha(opacity = 100%);
67 80 }
68 -.cjt-toolbox a.cjttbs-loading {
69 - background: url(images/loading.gif) center no-repeat !important;
70 -}
81 +.cjt-toolbox a.cjttbs-loading{background: url(images/loading.gif) center no-repeat !important;}