PluginProbe
Code Profiler – WordPress Performance Profiling and Debugging Made Easy / 1.6
Code Profiler – WordPress Performance Profiling and Debugging Made Easy v1.6
1.9.5 1.9.4 1.9.3 trunk 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.6 1.6.1 1.6.10 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 All 40 releases
← All changes | static/code-profiler.css +29 -16 1.51.6 View file →
@@ -101,9 +101,16 @@
101 101 text-align:center;
102 102 content: "\f223";
103 103 cursor:help;
104 104 }
105 -#tiptip_holder {
105 +.code-profiler-tip-info{
106 + color:#aaa;
107 + font-size:1em;
108 +}
109 +.code-profiler-tip-info::after{
110 + content: "\f534";
111 +}
112 +#cp_tiptip_holder {
106 113 display: none;
107 114 position: absolute;
108 115 top: 0;
109 116 left: 0;
@@ -108,21 +115,21 @@
108 115 top: 0;
109 116 left: 0;
110 117 z-index: 99999;
111 118 }
112 -#tiptip_holder.tip_top {
119 +#cp_tiptip_holder.tip_top {
113 120 padding-bottom: 5px;
114 121 }
115 -#tiptip_holder.tip_bottom {
122 +#cp_tiptip_holder.tip_bottom {
116 123 padding-top: 5px;
117 124 }
118 -#tiptip_holder.tip_right {
125 +#cp_tiptip_holder.tip_right {
119 126 padding-left: 5px;
120 127 }
121 -#tiptip_holder.tip_left {
128 +#cp_tiptip_holder.tip_left {
122 129 padding-right: 5px;
123 130 }
124 -#tiptip_content {
131 +#cp_tiptip_content {
125 132 font-size: 14px;
126 133 color: #000;
127 134 padding: 4px 8px;
128 135 background-color:#F5F5B5;
@@ -130,14 +137,14 @@
130 137 -webkit-border-radius: 4px;
131 138 -moz-border-radius: 4px;
132 139 border:1px #666 solid;
133 140 }
134 -#tiptip_holder.tip_bottom #tiptip_arrow_inner {
141 +#cp_tiptip_holder.tip_bottom #cp_tiptip_arrow_inner {
135 142 margin-top: -5px;
136 143 margin-right: -6px;
137 144 border-bottom-color: #333;
138 145 }
139 -#tiptip_arrow, #tiptip_arrow_inner {
146 +#cp_tiptip_arrow, #cp_tiptip_arrow_inner {
140 147 position: absolute;
141 148 border-color: transparent;
142 149 border-bottom-color: transparent;
143 150 border-style: solid;
@@ -146,26 +153,21 @@
146 153 width: 0;
147 154 }
148 155
149 156 @media screen and (-webkit-min-device-pixel-ratio:0) {
150 - #tiptip_content {
157 + #cp_tiptip_content {
151 158 padding: 4px 8px 5px 8px;
152 159 background-color:#F5F5B5;
153 160 }
154 - #tiptip_holder.tip_bottom #tiptip_arrow_inner {
161 + #cp_tiptip_holder.tip_bottom #cp_tiptip_arrow_inner {
155 162 border-bottom-color: rgba(45,45,45);
156 163 }
157 - #tiptip_holder.tip_top #tiptip_arrow_inner {
164 + #cp_tiptip_holder.tip_top #cp_tiptip_arrow_inner {
158 165 border-top-color: rgba(20,20,20);
159 166 }
160 167 }
161 168 /* End TipTip */
162 -/* Font size help table */
163 169
164 -.widefat td, .widefat td p {
165 - font-size: 15px;
166 -}
167 -
168 170 /* Notices */
169 171 .cp-notice{
170 172 border: 1px solid #ccd0d4;
171 173 margin: 5px 0 15px;
@@ -245,5 +247,16 @@
245 247 border: 1px solid #ccc;
246 248 }
247 249 #TB_window, #TB_title {
248 250 background-color:#f0f0f1 !important;
251 +}
252 +
253 +/* Screen reader only */
254 +.visually-hidden {
255 + clip: rect(0 0 0 0);
256 + clip-path: inset(50%);
257 + height: 1px;
258 + overflow: hidden;
259 + position: absolute;
260 + white-space: nowrap;
261 + width: 1px;
249 262 }