Make WordPress Core

Ticket #28930: dashboard-widget-title.txt

File dashboard-widget-title.txt, 39.3 KB (added by DrewAPicture, 11 years ago)

.dashboard-widget-title in plugins

Line 
1$ ack -i 'dashboard-widget-title'
2
3alluric-admin/alluric.css
452:.wrap #dashboard-widgets div .dashboard-widget .dashboard-widget-title {margin: 0;background: #ccc;}
553:.wrap #dashboard-widgets div .dashboard-widget .dashboard-widget-title span {background: #ccc;}
654:.wrap #dashboard-widgets div .dashboard-widget .dashboard-widget-title small {background: #ccc;}
755:.wrap #dashboard-widgets div .dashboard-widget .dashboard-widget-title small a {background: #ccc; text-decoration: none; font-size: 11px;}
856:.wrap #dashboard-widgets div .dashboard-widget .dashboard-widget-title small img.rss-icon {}
958:#dashboard-widgets #dashboard_recent_comments div.dashboard-widget .dashboard-widget-title small a {}
10
11almar/assets/css/style.css
1238:.widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small,.welcome-panel {background-image: none;}
13
14ask-it/ask-it.php
15197:                    $answered_questions_dashboard_widget_title = ( "" != $_POST['answered-questions-dashboard-widget-title'] ) ? $_POST['answered-questions-dashboard-widget-title'] : $this->settings['answered_questions_dashboard_widget_title'];
16198:                    $my_questions_dashboard_widget_title = ( "" != $_POST['my-questions-dashboard-widget-title'] ) ? $_POST['my-questions-dashboard-widget-title'] : $this->settings['my_questions_dashboard_widget_title'];
17199:                    $question_form_dashboard_widget_title = ( "" != $_POST['question-form-dashboard-widget-title'] ) ? $_POST['question-form-dashboard-widget-title'] : $this->settings['question_form_dashboard_widget_title'];
18407:                                    <label for="answered-questions-dashboard-widget-title">Title</label>
19410:                                    <input type="text" id="answered-questions-dashboard-widget-title" name="answered-questions-dashboard-widget-title" class="regular-text" value="<?php $this->s( 'answered_questions_dashboard_widget_title' ); ?>" />
20431:                                    <label for="my-questions-dashboard-widget-title">Title</label>
21434:                                    <input type="text" id="my-questions-dashboard-widget-title" name="my-questions-dashboard-widget-title" class="regular-text" value="<?php $this->s( 'my_questions_dashboard_widget_title' ); ?>" />
22454:                                    <label for="question-form-dashboard-widget-title">Title</label>
23457:                                    <input type="text" id="question-form-dashboard-widget-title" name="question-form-dashboard-widget-title" class="regular-text" value="<?php $this->s( 'question_form_dashboard_widget_title' ); ?>" />
24
25baltic-amber-admin-themes-and-schemes/amber-core.css
2639:ul#category-tabs li.ui-tabs-selected, .tablenav, li.widget-list-control-item, div.nav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
27719:h3.dashboard-widget-title { margin:0; padding:0.2em 1em 0.1em 1em!important; }
28720:h3.dashboard-widget-title a { color:#555; }
29721:h3.dashboard-widget-title span { color:#333; }
30726:h3.dashboard-widget-title small { color:#ccc; font-weight:normal; }
31743:#rightnow .reallynow a.rbutton:hover, h3.dashboard-widget-title a:hover { color:#000; text-decoration:underline; }
32
33baltic-amber-admin-themes-and-schemes/konstruktors.css
3471:h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small,
35
36baw-better-admin-color-themes/css/brown.css
37111:.widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle, #fullscreen-topbar {
38396:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head {
39404:h3.dashboard-widget-title small a {
40408:h3.dashboard-widget-title small a:hover {
41
42baw-better-admin-color-themes/css/green.css
43111:.widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle, #fullscreen-topbar {
44396:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head {
45404:h3.dashboard-widget-title small a {
46408:h3.dashboard-widget-title small a:hover {
47
48baw-better-admin-color-themes/css/purple.css
49111:.widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle, #fullscreen-topbar {
50396:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head {
51404:h3.dashboard-widget-title small a {
52408:h3.dashboard-widget-title small a:hover {
53
54baw-better-admin-color-themes/css/red.css
55111:.widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle, #fullscreen-topbar {
56396:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head {
57404:h3.dashboard-widget-title small a {
58408:h3.dashboard-widget-title small a:hover {
59
60bbpress/includes/admin/styles/green-34.css
61180:h3.dashboard-widget-title,
62181:h3.dashboard-widget-title span,
63182:h3.dashboard-widget-title small,
64559:h3.dashboard-widget-title,
65560:h3.dashboard-widget-title span,
66561:h3.dashboard-widget-title small,
67570:h3.dashboard-widget-title small a {
68574:h3.dashboard-widget-title small a:hover {
69
70bbpress/includes/admin/styles/green-34.dev.css
71180:h3.dashboard-widget-title,
72181:h3.dashboard-widget-title span,
73182:h3.dashboard-widget-title small,
74559:h3.dashboard-widget-title,
75560:h3.dashboard-widget-title span,
76561:h3.dashboard-widget-title small,
77570:h3.dashboard-widget-title small a {
78574:h3.dashboard-widget-title small a:hover {
79
80bbpress/includes/admin/styles/green.css
81178:h3.dashboard-widget-title,
82179:h3.dashboard-widget-title span,
83180:h3.dashboard-widget-title small,
84557:h3.dashboard-widget-title,
85558:h3.dashboard-widget-title span,
86559:h3.dashboard-widget-title small,
87568:h3.dashboard-widget-title small a {
88572:h3.dashboard-widget-title small a:hover {
89
90blue-admin/inc/default-style.css
91554:    h3.dashboard-widget-title,
92555:    h3.dashboard-widget-title span,
93556:    h3.dashboard-widget-title small,
94
95blue-admin/inc/old-default-style.css
96582:    h3.dashboard-widget-title,
97583:    h3.dashboard-widget-title span,
98584:    h3.dashboard-widget-title small,
99
100bolcom-partnerprogramma-wordpress-plugin/resources/css/colors-fresh.css
101173:h3.dashboard-widget-title,
102174:h3.dashboard-widget-title span,
103175:h3.dashboard-widget-title small,
104483:h3.dashboard-widget-title,
105484:h3.dashboard-widget-title span,
106485:h3.dashboard-widget-title small {
107504:h3.dashboard-widget-title small a {
108508:h3.dashboard-widget-title small a:hover {
109
110branded-admin/tags/2.0/branded-admin-custom.css
11145:li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
112
113branded-admin/trunk/2.0/branded-admin-custom.css
11445:li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
115
116branded-admin/trunk/branded-admin-custom.css
11745:li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
118
119cawaii-admin/inc/cawaii-style-fonts-cold.css
12075:.widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head{
121
122cawaii-admin/inc/cawaii-style-fonts-warm.css
12382:.widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head{
124
125cleanadmin/cleanadmin.css
12658:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head{background:#f6f6f6 none;}
127
128click2refer-virtual-dictionary/click2refer.php
12966:<h3 class='dashboard-widget-title'><?php _e('Click2Refer Counter'); ?></h3><br>
130
131counterizeii/counterize_dashboard.php
13216:             <h3 class='dashboard-widget-title'><?php _e('Counterize II Status'); ?> <a href='edit.php?page=counterizeii/counterize.php'>&raquo;</a></h3>
133
134cream6-admin-theme/c6_admin.css
135216:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small {
136248:.revisions-meta, .widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle {
137
138css-greyscaper/greyscaper_01.css
13915:li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form { background-color: #d9d7c5; }
140
141css-greyscaper/greyscaper_02.css
14215:li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form { background-color: #d9d7c5; }
143
144css-greyscaper/gs01.css
14515:li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form { background-color: #d9d7c5; }
146
147css-greyscaper/gs02.css
14815:li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form { background-color: #d9d7c5; }
149
150css-greyscaper/gs03_escape.css
15116:h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, #poststuff h3, .login form { background-color:#ddaa00;}
152
153dh-admin-themes/sample001/colors-sample001.css
154<minified CSS>
155
156dh-admin-themes/sample001_32/colors-sample001_32.css
157<minified CSS>
158
159dh-admin-themes/sample002/colors-sample002.css
160<minified CSS>
161
162dh-admin-themes/sample002_32/colors-sample002_32.css
163<minified CSS>
164
165dh-admin-themes/sample003/colors-sample003.css
166<minified CSS>
167
168dh-admin-themes/sample003_32/colors-sample003_32.css
169<minified CSS>
170
171dh-admin-themes/sample004_32/colors-sample004_32.css
172<minified CSS>
173
174dh-admin-themes/sample005/colors-sample005.css
175<minified CSS>
176
177dh-admin-themes/sample005_32/colors-sample005_32.css
178<minified CSS>
179
180dynamic-font-replacement-4wp/admin/admin.css
18164:h3.gre-dashboard-widget-title {
18270:h3.gre-dashboard-widget-title small {
18377:h3.gre-dashboard-widget-title a {
18480:h3.gre-dashboard-widget-title span {
18590:h3.gre-dashboard-widget-title, h3.gre-dashboard-widget-title span, h3.gre-dashboard-widget-title small {
186
187easy-admin-color-schemes/includes/php/default-schemes.php
188<minified CSS>
189
190einnov8-wp-admin-simplifier/css/boon_wp-admin.css
19149:h3.dashboard-widget-title,
19250:h3.dashboard-widget-title span,
19351:h3.dashboard-widget-title small,
194
195einnov8-wp-admin-simplifier/css/soupedup_wp-admin.css
1967:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head {
197
198einnov8-wp-admin-simplifier/css/videoaudio_wp-admin.css
19934:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head {
200
201einnov8-wp-admin-simplifier/css/wp-admin.css
20249:h3.dashboard-widget-title,
20350:h3.dashboard-widget-title span,
20451:h3.dashboard-widget-title small,
205
206gd-press-tools/css/admin_main.css
207618:h3.dashboard-widget-title {
208625:h3.dashboard-widget-title small {
209634:h3.dashboard-widget-title small a { color: #2583AD; }
210636:h3.dashboard-widget-title span { display: block; float: left; text-align: left; }
211
212great-real-estate/admin/admin.css
21364:h3.gre-dashboard-widget-title {
21470:h3.gre-dashboard-widget-title small {
21577:h3.gre-dashboard-widget-title a {
21680:h3.gre-dashboard-widget-title span {
21790:h3.gre-dashboard-widget-title, h3.gre-dashboard-widget-title span, h3.gre-dashboard-widget-title small {
218
219great-real-estate/admin/main.php
22026:  <h3 class="gre-dashboard-widget-title"><?php _e('Real Estate Summary','greatrealestate'); ?></h3>
22182:  <h3 class="gre-dashboard-widget-title"><span><?php _e('Plugin Status','greatrealestate'); ?></span><small><a href="<?php echo get_option('siteurl'); ?>/wp-admin/plugins.php">See All</a></small><br class="clear" /></h3>
222217:  <h3 class="gre-dashboard-widget-title"><?php _e('Docs &amp; Support','greatrealestate'); ?></h3>
223
224grey-admin-color-schemes/_admin_colors.scss
225290:h3.dashboard-widget-title,
226291:h3.dashboard-widget-title span,
227292:h3.dashboard-widget-title small,
228635:h3.dashboard-widget-title,
229636:h3.dashboard-widget-title span,
230637:h3.dashboard-widget-title small {
231652:h3.dashboard-widget-title small a {
232656:h3.dashboard-widget-title small a:hover {
233
234grey-admin-color-schemes/atouchofblue/colors-rtl.css
235311:h3.dashboard-widget-title,
236312:h3.dashboard-widget-title span,
237313:h3.dashboard-widget-title small,
238652:h3.dashboard-widget-title,
239653:h3.dashboard-widget-title span,
240654:h3.dashboard-widget-title small {
241669:h3.dashboard-widget-title small a {
242673:h3.dashboard-widget-title small a:hover {
243
244grey-admin-color-schemes/atouchofblue/colors.css
245311:h3.dashboard-widget-title,
246312:h3.dashboard-widget-title span,
247313:h3.dashboard-widget-title small,
248652:h3.dashboard-widget-title,
249653:h3.dashboard-widget-title span,
250654:h3.dashboard-widget-title small {
251669:h3.dashboard-widget-title small a {
252673:h3.dashboard-widget-title small a:hover {
253
254grey-admin-color-schemes/classic/colors-rtl.css
255311:h3.dashboard-widget-title,
256312:h3.dashboard-widget-title span,
257313:h3.dashboard-widget-title small,
258652:h3.dashboard-widget-title,
259653:h3.dashboard-widget-title span,
260654:h3.dashboard-widget-title small {
261669:h3.dashboard-widget-title small a {
262673:h3.dashboard-widget-title small a:hover {
263
264grey-admin-color-schemes/classic/colors.css
265311:h3.dashboard-widget-title,
266312:h3.dashboard-widget-title span,
267313:h3.dashboard-widget-title small,
268652:h3.dashboard-widget-title,
269653:h3.dashboard-widget-title span,
270654:h3.dashboard-widget-title small {
271669:h3.dashboard-widget-title small a {
272673:h3.dashboard-widget-title small a:hover {
273
274grey-admin-color-schemes/modern/colors-rtl.css
275311:h3.dashboard-widget-title,
276312:h3.dashboard-widget-title span,
277313:h3.dashboard-widget-title small,
278652:h3.dashboard-widget-title,
279653:h3.dashboard-widget-title span,
280654:h3.dashboard-widget-title small {
281669:h3.dashboard-widget-title small a {
282673:h3.dashboard-widget-title small a:hover {
283
284grey-admin-color-schemes/modern/colors.css
285311:h3.dashboard-widget-title,
286312:h3.dashboard-widget-title span,
287313:h3.dashboard-widget-title small,
288652:h3.dashboard-widget-title,
289653:h3.dashboard-widget-title span,
290654:h3.dashboard-widget-title small {
291669:h3.dashboard-widget-title small a {
292673:h3.dashboard-widget-title small a:hover {
293
294grey-admin-color-schemes/postmodern/colors-rtl.css
295311:h3.dashboard-widget-title,
296312:h3.dashboard-widget-title span,
297313:h3.dashboard-widget-title small,
298652:h3.dashboard-widget-title,
299653:h3.dashboard-widget-title span,
300654:h3.dashboard-widget-title small {
301669:h3.dashboard-widget-title small a {
302673:h3.dashboard-widget-title small a:hover {
303
304grey-admin-color-schemes/postmodern/colors.css
305311:h3.dashboard-widget-title,
306312:h3.dashboard-widget-title span,
307313:h3.dashboard-widget-title small,
308652:h3.dashboard-widget-title,
309653:h3.dashboard-widget-title span,
310654:h3.dashboard-widget-title small {
311669:h3.dashboard-widget-title small a {
312673:h3.dashboard-widget-title small a:hover {
313
314heat-map-tracker/css/adminstyles.css
315<minified CSS>
316
317hs-custom-admin-themes/inc/css/custom.css
318226:.revisions-meta, .widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle{
319250:.revisions-meta, .widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle{
320506:.revisions-meta, .widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle{
321530:.revisions-meta, .widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle{
322
323hs-custom-admin-themes/inc/style-gen.php
324227:.revisions-meta, .widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle{
325251:.revisions-meta, .widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle{
326
327humanized-statistics/pages-admin/admin-cats.php
32837:        <thead><tr><th colspan="4" class="dashboard-widget-title"><?php _e('Statistics categories most visited by all users', 'gcs'); ?></th></tr></thead>
329107:        <thead><tr><th colspan="4" class="dashboard-widget-title"><?php _e('Statistics categories most prefered by known users', 'gcs'); ?></th></tr></thead>
330
331humanized-statistics/pages-admin/admin-gcs.php
332229:        <thead><tr><th colspan="4" class="dashboard-widget-title"><?php _e('Options plugin theme in dashboard', 'gcs'); ?></th></tr></thead>
333264:        <thead><tr><th colspan="4" class="dashboard-widget-title"><?php _e('Options performance', 'gcs'); ?></th></tr></thead>
334276:        <thead><tr><th colspan="4" class="dashboard-widget-title"><?php _e('Options social networks referers', 'gcs'); ?></th></tr><tr><th colspan="4" class="dashboard-widget-title"><?php _e('World', 'gcs'); ?></th></tr></thead>
335337:    <thead><tr><th colspan="4" class="dashboard-widget-title"><?php _e('Pinboard', 'gcs'); ?></th></tr></thead>
336368:            <thead><tr><th colspan="4" class="dashboard-widget-title"><?php _e('Main China', 'gcs'); ?></th></tr></thead>
337399:            <thead><tr><th colspan="4" class="dashboard-widget-title"><?php _e('Main Russia', 'gcs'); ?></th></tr></thead>
338416:      <thead><tr><th colspan="4" class="dashboard-widget-title"><?php _e('Personal referers', 'gcs'); ?></th></tr></thead>
339477:        <thead><tr><th colspan="4" class="dashboard-widget-title"><?php _e('Reset Options', 'gcs'); ?></th></tr></thead>
340
341humanized-statistics/pages-admin/admin-home.php
34237:        <thead><tr><th colspan="4" class="dashboard-widget-title"><?php _e('Statistics home page total sticky VS normal', 'gcs'); ?></th></tr></thead>
343115:        <thead><tr><th colspan="4" class="dashboard-widget-title"><?php _e('Statistics home page from normal posts - user in bounce to', 'gcs'); ?></th></tr></thead>
344190:        <thead><tr><th colspan="4" class="dashboard-widget-title"><?php _e('Statistics home page from sticky posts - user in bounce to', 'gcs'); ?></th></tr></thead>
345
346ibegin-share/dashboard.css
347104:h3.dashboard-widget-title  {
348112:h3.dashboard-widget-title span {
349118:h3.dashboard-widget-title small {
350126:h3.dashboard-widget-title img.rss-icon {
351
352ibegin-share/ibegin_share.php
353423:                            <h3 class='dashboard-widget-title'><span>Overview</span><br class='clear' /></h3>
354453:                            <h3 class='dashboard-widget-title'><span>Top Pages</span><br class='clear' /></h3>
355490:                                    <h3 class='dashboard-widget-title'><span><?php echo htmlspecialchars(ucfirst($row->action)); ?></span><br class='clear' /></h3>
356
357izioseo/templates/2.6/overview.tpl.php
35840:                             <h3 class="dashboard-widget-title">
35963:                             <h3 class="dashboard-widget-title">
36080:                                     <h3 class="dashboard-widget-title">
361
362izioseo/templates/2.6/statistics.tpl.php
36310:                             <h3 class="dashboard-widget-title">
36438:                             <h3 class="dashboard-widget-title">
36552:                             <h3 class="dashboard-widget-title">
36680:                             <h3 class="dashboard-widget-title">
367109:                            <h3 class="dashboard-widget-title">
368136:                            <h3 class="dashboard-widget-title">
369
370kw-modern-advertise/kw-modern-advertise.php
371474:            <th colspan="2" class="dashboard-widget-title"><?php _e('Add one modern advert', 'wb'); ?></th>
372523:            <th colspan="2" class="dashboard-widget-title"><?php _e('Static options', 'wb'); ?></th>
373653:       <th colspan="2" class="dashboard-widget-title"><?php echo '<span style="text-transform:uppercase;">'.$display_type.'</span>'; ?><div class="kma-holder-<?php echo $type; ?>" style="float:right"></div></th>
374
375leads/css/admin-management.css
376486:  .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small {
377
378livetv-bundle/page-admin/page-admin-livetreams.php
379320:        <th colspan="2" class="dashboard-widget-title"><?php _e('Delete new roles option', 'livetv'); ?></th>
380343:        <th colspan="2" class="dashboard-widget-title"><?php _e('These roles have access to streaming creation from its personal profil', 'livetv'); ?></th>
381370:        <th colspan="2" class="dashboard-widget-title"><?php _e('Title h3 option', 'livetv'); ?></th>
382387:        <th colspan="2" class="dashboard-widget-title"><?php _e('Live streams offline option', 'livetv'); ?></th>
383404:        <th colspan="2" class="dashboard-widget-title"><?php _e('Display live streams list option', 'livetv'); ?></th>
384420:        <th colspan="2" class="dashboard-widget-title"><?php _e('Special effects option', 'livetv'); ?></th>
385460:        <th colspan="2" class="dashboard-widget-title"><?php _e('Cache time option', 'livetv'); ?></th>
386477:        <th colspan="2" class="dashboard-widget-title"><?php _e('Chat irc quakenet option', 'livetv'); ?></th>
387498:        <th colspan="2" class="dashboard-widget-title"><?php _e('Size and limits options', 'livetv'); ?></th>
388531:        <th colspan="2" class="dashboard-widget-title"><?php _e('Quakenet replacement options', 'livetv'); ?></th>
389569:        <th colspan="2" class="dashboard-widget-title"><?php _e('Page template cheating', 'livetv'); ?></th>
390585:        <th colspan="2" class="dashboard-widget-title"><?php _e('Change color for text informations', 'livetv'); ?></th>
391598:        <th colspan="2" class="dashboard-widget-title"><?php _e('Change order by live stream types', 'livetv'); ?></th>
392627:        <th colspan="2" class="dashboard-widget-title"><?php _e('Social media link options', 'livetv'); ?></th>
393643:        <th colspan="2" class="dashboard-widget-title"><?php _e('Special roles or normal roles configuration', 'livetv'); ?></th>
394661:        <th colspan="2" class="dashboard-widget-title"><?php _e('Special roles of your choice - extension to configure', 'livetv'); ?></th>
395690:        <th colspan="2" class="dashboard-widget-title"><?php _e('Normal roles wordpress - extension to configure', 'livetv'); ?></th>
396801:    <th colspan="2" class="dashboard-widget-title"><?php _e('Add your channels', 'livetv'); ?></th>
397865:    <th colspan="2" class="dashboard-widget-title"><?php _e('Your active channels for ', 'livetv'); echo $type; ?>
398
399livetv-bundle/page-admin/page-admin-shortcode.php
400103:        <th colspan="2" class="dashboard-widget-title"><?php _e('Minimal configurations', 'livetv'); ?></th>
401155:        <th colspan="2" class="dashboard-widget-title"><?php _e('Define global message and login url for visitors', 'livetv'); ?></th>
402175:        <th colspan="2" class="dashboard-widget-title"><?php _e('Exemple of shortcodes with required parameters', 'livetv'); ?></th>
403
404mac-os-admin-theme/styles/wp-admin.css
40514:h3.dashboard-widget-title,
40615:h3.dashboard-widget-title span,
40716:h3.dashboard-widget-title small,
408
409mp6/css/colors-mp6.css
410382:h3.dashboard-widget-title,
411383:h3.dashboard-widget-title span,
412384:h3.dashboard-widget-title small,
413739:h3.dashboard-widget-title,
414740:h3.dashboard-widget-title span,
415741:h3.dashboard-widget-title small {
416756:h3.dashboard-widget-title small a {
417760:h3.dashboard-widget-title small a:hover {
418
419mp6/css/wp-admin.css
420931:h3.dashboard-widget-title,
421932:h3.dashboard-widget-title span,
422933:h3.dashboard-widget-title small,
423
424mp6-light/css/colors-mp6-light.css
425256:h3.dashboard-widget-title,
426257:h3.dashboard-widget-title span,
427258:h3.dashboard-widget-title small,
428609:h3.dashboard-widget-title,
429610:h3.dashboard-widget-title span,
430611:h3.dashboard-widget-title small {
431626:h3.dashboard-widget-title small a {
432630:h3.dashboard-widget-title small a:hover {
433
434mp7/css/colors.css
435299:h3.dashboard-widget-title,
436300:h3.dashboard-widget-title span,
437301:h3.dashboard-widget-title small,
438643:h3.dashboard-widget-title,
439644:h3.dashboard-widget-title span,
440645:h3.dashboard-widget-title small {
441660:h3.dashboard-widget-title small a {
442664:h3.dashboard-widget-title small a:hover {
443
444my-quakenet-irc/my_quake_net_irc.php
445209:      <th colspan="2" class="dashboard-widget-title"><?php _e("Main channel IRC configuration", "kw-irc" ) ?></th>
446239:      <th colspan="2" class="dashboard-widget-title"><?php _e("Shortcode example", "kw-irc" ) ?></th>
447251:      <th colspan="2" class="dashboard-widget-title"><?php _e("Forum plugin example", "kw-irc" ) ?></th>
448
449mypress/css.inc.php
45086:.widefat thead tr th,.widefat tfoot tr th,h3.dashboard-widget-title,h3.dashboard-widget-title span,h3.dashboard-widget-title small,.find-box-head{color:#333;background:<?php echo get_option(MYPRESS_PREFIX . "color3");?> url(../images/gray-grad.png) repeat-x scroll left top;}
45187:h3.dashboard-widget-title small a{color:<?php echo get_option(MYPRESS_PREFIX . "color5");?>;}
45288:h3.dashboard-widget-title small a:hover{color:#fff;}
453
454ozh-colourlovers-admin-css-designer/css/template.css.php
45555:ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
456
457ozh-colourlovers-admin-css-designer/savedcss/112233.css
45840:ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
459
460ozh-colourlovers-admin-css-designer/savedcss/186882.css
46140:ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
462
463ozh-colourlovers-admin-css-designer/savedcss/342105.css
46440:ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
465
466ozh-colourlovers-admin-css-designer/savedcss/356726.css
46740:ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
468
469ozh-colourlovers-admin-css-designer/savedcss/362634.css
47040:ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
471
472ozh-colourlovers-admin-css-designer/savedcss/366287.css
47340:ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
474
475ozh-colourlovers-admin-css-designer/savedcss/366497.css
47640:ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
477
478ozh-colourlovers-admin-css-designer/savedcss/372127.css
47940:ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
480
481ozh-colourlovers-admin-css-designer/savedcss/373713.css
48240:ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
483
484ozh-colourlovers-admin-css-designer/savedcss/93648.css
48540:ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
486
487pinz/css/wp_admin_style.css
488<minified CSS>
489
490recently-edited-content-widget/recently-edited-content-widget.php
491542:            apply_filters('recw-dashboard-widget-title', self::WIDGET_TITLE),
492
493scebo/inc/style/admin-single-ticket-style.css
49426:.widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle {
495
496stream-video-player/1.4.0/button/config.css
497<minified CSS>
498
499stream-video-player/button/config.css
500<minified CSS>
501
502strong-admin/css/admin.css
50368:.revisions-meta, .widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle{
504
505strong-admin/js/admin.js
5063:.revisions-meta, .widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle,\
507
508stylepress/fresco.css
509498:h3.dashboard-widget-title,
510499:h3.dashboard-widget-title span,
511500:h3.dashboard-widget-title small,
512506:h3.dashboard-widget-title small a {
513510:h3.dashboard-widget-title small a:hover {
514
515sudo-juice-admin-dashboard-theme/juicy.css
516131:.postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head, .sidebar-name, .menu-item-handle, #fullscreen-topbar {
517179:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head {
518
519support-plugin/css/support.css
52021:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head {
521
522themefuse-maintenance-mode/css/style.themefuse - Copy.css
523940:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head{
524961:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head {
525966:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head {
526
527tiny-wow-colors/tinywowcolor.php
528238:     <th colspan="2" class="dashboard-widget-title"><?php _e("Default options for videos", "tinywow" ) ?></th>
529267:          <th colspan="2" class="dashboard-widget-title"><?php _e("Enqueue script option", "tinywow" ) ?></th>
530279:        <th colspan="2" class="dashboard-widget-title"><?php _e("Tiny buttons option", "tinywow" ) ?></th>
531
532triplelift-native-advertising/css/triplelift_np_admin.css
533409:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small {
534
535twitterdash/twitterDash.php
53695:<div class="dashboard-widget"><h3 class="dashboard-widget-title"><span>twitterDash following <a href="http://www.twitter.com/'. $options['username'] .'" target="_blank">'. $options['username'] .'</a></span><small><a href="http://www.twitter.com/home" target="_blank">Twitter home</a></small><br class="clear" /></h3> <div class="dashboard-widget-content">';
537
538under-construction-admin-color-scheme/underconstruction.css
53927:h3.dashboard-widget-title{padding:4px 4px 5px 4px !important;background:url(stripe.png);}
54028:h3.dashboard-widget-title span{border:1px solid #FFFF00;padding:0 4px 0 4px;color:#FFFF00;background:#000000;}
54129:h3.dashboard-widget-title small{border:1px solid #000000;padding:0 4px 0 4px;color:#000000;background:#FFFF99;}
54230:h3.dashboard-widget-title small a{color:#000000;font-weight:normal;}
543
544venus/style.css.php
54594:     .widget .widget-top, .postbox h3, .stuffbox h3, .widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head, .sidebar-name, #nav-menu-header, #nav-menu-footer, .menu-item-handle, #fullscreen-topbar{background: #F7F7F7!important;}
546
547warcraft-bundle/pages-admin/admin-wb-main-fork.php
548112:               <th colspan="2" class="dashboard-widget-title"><?php _e('Official Guild name', 'wb'); ?></th>
549123:                    <th colspan="2" class="dashboard-widget-title"><?php _e('Official Realm name', 'wb'); ?></th>
550134:                    <th colspan="2" class="dashboard-widget-title"><?php _e('GM name', 'wb'); ?></th>
551145:                    <th colspan="2" class="dashboard-widget-title"><?php _e('Official guild rank names', 'wb'); ?></th>
552156:          <th colspan="2" class="dashboard-widget-title"><?php _e('Enqueue script option', 'wb' ) ?></th>
553168:          <th colspan="2" class="dashboard-widget-title"><?php _e('Mysql and html cache time', 'wb' ) ?></th>
554184:                    <th colspan="2" class="dashboard-widget-title"><?php _e('Force another locale', 'wb'); ?></th>
555201:                    <th colspan="2" class="dashboard-widget-title"><?php _e('Force another UTC/GMT', 'wb'); ?></th>
556217:                    <th colspan="2" class="dashboard-widget-title"><?php _e('Force UTF-8', 'wb'); ?></th>
557232:                    <th colspan="2" class="dashboard-widget-title"><?php _e('Call to arms alert', 'wb'); ?></th>
558
559wordpress-dashboard-editor/dashboard.php
560155:                    <h3 class="dashboard-widget-title"><span>Dashboard Editor Widget <?php echo $x+1;?></span><br class="clear"/></h3>
561
562wp-admin-classic/wp-admin-css/colors-classic.css
563173:h3.dashboard-widget-title,
564174:h3.dashboard-widget-title span,
565175:h3.dashboard-widget-title small,
566481:h3.dashboard-widget-title,
567482:h3.dashboard-widget-title span,
568483:h3.dashboard-widget-title small {
569502:h3.dashboard-widget-title small a {
570506:h3.dashboard-widget-title small a:hover {
571
572wp-admin-classic/wp-admin-css/colors-fresh.css
573173:h3.dashboard-widget-title,
574174:h3.dashboard-widget-title span,
575175:h3.dashboard-widget-title small,
576483:h3.dashboard-widget-title,
577484:h3.dashboard-widget-title span,
578485:h3.dashboard-widget-title small {
579504:h3.dashboard-widget-title small a {
580508:h3.dashboard-widget-title small a:hover {
581
582wp-admin-layouts/css/custom.css
5831956:h3.dashboard-widget-title,
5841957:h3.dashboard-widget-title span,
5851958:h3.dashboard-widget-title small,
58611776:h3.dashboard-widget-title,
58711777:h3.dashboard-widget-title span,
58811778:h3.dashboard-widget-title small,
58912130:h3.dashboard-widget-title,
59012131:h3.dashboard-widget-title span,
59112132:h3.dashboard-widget-title small {
59212147:h3.dashboard-widget-title small a {
59312151:h3.dashboard-widget-title small a:hover {
594
595wp-admin-layouts/css/custom.php
5961963:h3.dashboard-widget-title,
5971964:h3.dashboard-widget-title span,
5981965:h3.dashboard-widget-title small,
59911783:h3.dashboard-widget-title,
60011784:h3.dashboard-widget-title span,
60111785:h3.dashboard-widget-title small,
60212137:h3.dashboard-widget-title,
60312138:h3.dashboard-widget-title span,
60412139:h3.dashboard-widget-title small {
60512154:h3.dashboard-widget-title small a {
60612158:h3.dashboard-widget-title small a:hover {
607
608wp-admin-theme-lime/style.css
60987:.widget .widget-top,.postbox h3,.stuffbox h3,.widefat thead tr th,.widefat tfoot tr th,h3.dashboard-widget-title,h3.dashboard-widget-title span,h3.dashboard-widget-title small,.find-box-head,.sidebar-name,#nav-menu-header,#nav-menu-footer,.menu-item-handle{color:white !important;background-image:none;background:#333;text-shadow:none}
610107:.widefat thead tr th,.widefat tfoot tr th,h3.dashboard-widget-title,h3.dashboard-widget-title span,h3.dashboard-widget-title small,.find-box-head{color:#f1f1f1}
611
612wp-admin-themer-extended/css/colors-fresh.css
61345:li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
614
615wp-color/css/wp-admin-pink.css
616148:h3.dashboard-widget-title,
617149:h3.dashboard-widget-title span,
618150:h3.dashboard-widget-title small,
619514:h3.dashboard-widget-title,
620515:h3.dashboard-widget-title span,
621516:h3.dashboard-widget-title small,
622525:h3.dashboard-widget-title small a {
623529:h3.dashboard-widget-title small a:hover {
624
625wp-mobily/wp-mobily/wp-mobily-plug.php
62621:.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small {
627
628wp-project/pages/dashboard.php
62920:                     <h3 class="dashboard-widget-title">Projects</h3>
63041:                     <h3 class="dashboard-widget-title">Clients</h3>
63161:                     <h3 class="dashboard-widget-title">Tasks</h3>
63281:                     <h3 class="dashboard-widget-title">About</h3>
633
634wp-simplify/css/admin-basecamp-style.css
635562:h3.dashboard-widget-title,
636563:h3.dashboard-widget-title span,
637564:h3.dashboard-widget-title small,
638925:h3.dashboard-widget-title,
639926:h3.dashboard-widget-title span,
640927:h3.dashboard-widget-title small,
641936:h3.dashboard-widget-title small a {
642940:h3.dashboard-widget-title small a:hover {
643
644wp-site-age-gate/wp/wp.css
645<minified CSS>
646
647wptutsbd-admin-panel/assets/css/wptutsbd-style.css
6488466:h3.dashboard-widget-title,
6498467:h3.dashboard-widget-title span,
6508468:h3.dashboard-widget-title small,
6518760:h3.dashboard-widget-title,
6528761:h3.dashboard-widget-title span,
6538762:h3.dashboard-widget-title small {
6548776:h3.dashboard-widget-title small a {
6558780:h3.dashboard-widget-title small a:hover {