Skip to content

Commit c6c6ae2

Browse files
committed
Tweak FA namespacing
1 parent ebfd20b commit c6c6ae2

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/docs export-ignore
44
/demo export-ignore
55
/tests export-ignore
6+
/build export-ignore
67
/.bowerrc export-ignore
78
/.gitattributes export-ignore
89
/.gitignore export-ignore
File renamed without changes.

src/DebugBar/Resources/widgets.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ div.phpdebugbar-widgets-messages {
2424
padding-bottom: 20px;
2525
}
2626
div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before {
27-
font-family: FontAwesome;
27+
font-family: PhpDebugbarFontAwesome;
2828
content: "\f071";
2929
margin-right: 8px;
3030
font-size: 11px;
@@ -34,7 +34,7 @@ div.phpdebugbar-widgets-messages {
3434
color: red;
3535
}
3636
div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before {
37-
font-family: FontAwesome;
37+
font-family: PhpDebugbarFontAwesome;
3838
content: "\f057";
3939
margin-right: 8px;
4040
font-size: 11px;

src/DebugBar/Resources/widgets/sqlqueries/widget.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-duration:before,
3232
div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-memory:before,
3333
div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-row-count:before,
3434
div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before {
35-
font-family: FontAwesome;
35+
font-family: PhpDebugbarFontAwesome;
3636
margin-right: 4px;
3737
font-size: 12px;
3838
}
@@ -109,4 +109,4 @@ div.phpdebugbar-widgets-sqlqueries div.phpdebugbar-widgets-toolbar a.phpdebugbar
109109
div.phpdebugbar-widgets-sqlqueries div.phpdebugbar-widgets-toolbar a.phpdebugbar-widgets-filter.phpdebugbar-widgets-excluded {
110110
background: #eee;
111111
color: #888;
112-
}
112+
}

src/DebugBar/Resources/widgets/templates/widget.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before,
2626
div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before,
2727
div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before,
2828
div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-type:before {
29-
font-family: FontAwesome;
29+
font-family: PhpDebugbarFontAwesome;
3030
margin-right: 4px;
3131
font-size: 12px;
3232
}

0 commit comments

Comments
 (0)