PluginProbe ʕ •ᴥ•ʔ
10Web Booster – Website speed optimization, Cache & Page Speed optimizer / trunk
10Web Booster – Website speed optimization, Cache & Page Speed optimizer vtrunk
2.33.0 2.30.5 2.30.7 2.30.9 2.31.10 2.31.8 2.32.11 2.32.21 2.32.3 2.32.4 2.32.7 2.6.31 2.6.40 2.6.42 2.6.7 2.7.37 2.7.44 2.7.47 2.8.18 2.8.19 2.8.32 2.8.34 2.8.35 2.9.23 2.9.24 2.9.25 2.9.27 v2.27.4 trunk 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.17 2.0.18 2.0.21 2.0.22 2.0.25 2.0.26 2.0.27 2.0.3 2.0.7 2.0.9 2.10.46 2.10.65 2.10.66 2.10.68 2.11.41 2.11.42 2.11.43 2.12.15 2.12.21 2.12.22 2.12.23 2.12.26 2.13.37 2.13.40 2.13.41 2.13.42 2.13.44 2.13.45 2.13.47 2.14.49 2.14.50 2.15.18 2.17.21 2.17.23 2.18.17 2.19.44 2.19.45 2.19.46 2.19.49 2.2.12 2.2.15 2.2.16 2.2.18 2.2.8 2.20.31 2.20.32 2.20.33 2.21.11 2.21.12 2.21.16 2.21.25 2.22.32 2.23.13 2.23.15 2.23.16 2.23.18 2.24.12 2.24.14 2.24.18 2.25.14 2.26.6 2.28.10 2.28.13 2.28.14 2.28.7 2.29.1 2.29.2 2.29.3 2.3.0 2.3.1 2.3.2 2.3.3 2.30.18
tenweb-speed-optimizer / assets / css / two_admin_bar.css
tenweb-speed-optimizer / assets / css Last commit date
DataTables-1.10.20 4 years ago autoupdate_banner.css 3 years ago banner_main.css 3 years ago cdn_page.css 3 years ago datatables.min.css 4 years ago jquery.tagsinput.min.css 4 years ago multi-select.css 3 years ago referral_program_page.css 3 years ago settings_basic.css 3 years ago speed.css 3 years ago speed_elementor_dark.css 3 years ago two_admin.css 3 years ago two_admin_bar.css 3 years ago two_preview.css 3 years ago white_label.css 2 years ago
two_admin_bar.css
170 lines
1 #wp-admin-bar-two_options{
2 position: relative;
3 }
4 #two_styles_list{
5 position: absolute;
6 border: 1px solid #000000;
7 color: #fff;
8 background-color: #0A0A0A;
9 height: 300px;
10 overflow-y: auto;
11 overflow-x: hidden;
12 padding: 10px;
13 }
14 #two_styles_list ul{
15 display: inline-block;
16 }
17 #two_styles_list ul li{
18 display: block;
19 border-bottom: 1px solid #5d616387;
20 }
21 #two_styles_list ul li .two_el_id{
22 width: 250px;
23 display: block;
24 color: #f8f8f9;
25 font-size: 14px;
26 font-weight: 500;
27 }
28 #two_styles_list ul li .two_el_id span{
29 white-space: nowrap;
30 overflow: hidden;
31 text-overflow: ellipsis;
32 width: 225px;
33 display: inline-block;
34 }
35 .two_css_options_list{
36 display: inline-block;
37 }
38 .two_option_group label{
39 color: #989b9e;
40 cursor: pointer !important;
41 }
42 .two_option_group{
43 padding: 3px 0 !important;
44 }
45
46
47
48
49 #wp-admin-bar-two_options .two_option_container {
50 display: block;
51 position: relative !important;
52 padding-left: 35px;
53 cursor: pointer;
54 -webkit-user-select: none;
55 -moz-user-select: none;
56 -ms-user-select: none;
57 user-select: none;
58 }
59 #wp-admin-bar-two_options .two_option_container input {
60 position: absolute;
61 opacity: 0;
62 cursor: pointer;
63 height: 0;
64 width: 0;
65 }
66 #wp-admin-bar-two_options .wxao_checkmark {
67 position: absolute !important;
68 top: 7px;
69 left: 0;
70 height: 18px !important;
71 width: 18px !important;
72 background-color: #474d51;
73 border-radius: 50%;
74 }
75 /*#wp-admin-bar-two_options .two_option_container:hover input ~ .wxao_checkmark {
76 background-color: #ccc;
77 }*/
78 #wp-admin-bar-two_options .two_option_container input:checked ~ .wxao_checkmark {
79 background-color: #3a4045;
80 }
81 #wp-admin-bar-two_options .wxao_checkmark:after {
82 content: "";
83 position: absolute;
84 display: none;
85 }
86
87 #wp-admin-bar-two_options .two_option_container input:checked ~ .wxao_checkmark:after {
88 display: block;
89 }
90 #wp-admin-bar-two_options .two_option_container .wxao_checkmark:after {
91 left: 5px;
92 top: 5px;
93 width: 7px;
94 height: 7px;
95 border: solid #35a0c6 1px;
96 border-radius: 50%;
97 background-color: #35a0c6;
98
99 }
100
101 /* width */
102 #two_styles_list::-webkit-scrollbar {
103 width: 5px;
104 }
105
106 /* Track */
107 #two_styles_list::-webkit-scrollbar-track {
108 background: transparent;
109 }
110
111 /* Handle */
112 #two_styles_list::-webkit-scrollbar-thumb {
113 background: #464b50;
114 border-radius: 5px;
115 }
116
117 /* Handle on hover */
118 #two_styles_list::-webkit-scrollbar-thumb:hover {
119 background: #555;
120 }
121 #two_styles_list{
122 display: none;
123 }
124 #wp-admin-bar-two_options:hover #two_styles_list{
125 display: block;
126 }
127 .two_hidden{
128 display: none;
129 }
130 .two_el_id{
131 cursor: pointer;
132 -moz-user-select: none;
133 -khtml-user-select: none;
134 -webkit-user-select: none;
135
136 /*
137 Introduced in IE 10.
138 See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
139 */
140 -ms-user-select: none;
141 user-select: none;
142 }
143 #two_styles_list .two_el_id{
144 position: relative;
145 }
146 #two_styles_list .two_el_id::before{
147 content: "";
148 display: inline-block;
149 width: 15px;
150 height: 15px;
151 position: absolute;
152 top: 7px;
153 right: 9px;
154 background-image: url("../images/up-arrow.svg");
155 background-size: cover;
156 }
157 .two_check_section .two_el_id::before{
158 background-image: url("../images/up-arrow1.svg") !important;
159 }
160
161 #two_styles_list .two_down_arrow::before{
162 -webkit-transform:rotate(180deg);
163 -moz-transform: rotate(180deg);
164 -ms-transform: rotate(180deg);
165 -o-transform: rotate(180deg);
166 transform: rotate(180deg);
167 }
168 .two_disabled_option {
169 display: none !important;
170 }