Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2c61ae7

Browse filesBrowse files
committed
Make the Symfony Debug toolbar look always nice
1 parent d45c090 commit 2c61ae7
Copy full SHA for 2c61ae7

File tree

Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed

‎Resources/views/css/easyadmin.css.twig

Copy file name to clipboardExpand all lines: Resources/views/css/easyadmin.css.twig
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
4444
{% set colors = color_schemes[color_scheme] %}
4545

4646
{% autoescape false %}
47+
/* -------------------------------------------------------------------------
48+
RESET STYLES
49+
------------------------------------------------------------------------- */
50+
/* make the Symfony Web Toolbar look nice by neutralizing the aliasing applied
51+
globally by the AdminLTE template styles */
52+
.sf-toolbarreset {
53+
-webkit-font-smoothing: subpixel-antialiased;
54+
-moz-osx-font-smoothing: auto;
55+
}
4756

4857
/* -------------------------------------------------------------------------
4958
BASIC STYLES

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.