diff options
Diffstat (limited to 'app/Resources')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 5a46ec09..4751c645 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -71,6 +71,7 @@ | |||
71 | font-variant: normal; | 71 | font-variant: normal; |
72 | text-transform: none; | 72 | text-transform: none; |
73 | line-height: 1; | 73 | line-height: 1; |
74 | background-size: 24px; | ||
74 | 75 | ||
75 | /* Enable Ligatures ================ */ | 76 | /* Enable Ligatures ================ */ |
76 | letter-spacing: 0; | 77 | letter-spacing: 0; |
@@ -87,7 +88,7 @@ | |||
87 | } | 88 | } |
88 | 89 | ||
89 | .icon-image { | 90 | .icon-image { |
90 | background-size: 16px; | 91 | background-size: 24px; |
91 | background-repeat: no-repeat; | 92 | background-repeat: no-repeat; |
92 | background-position: center; | 93 | background-position: center; |
93 | padding-right: 1em !important; | 94 | padding-right: 1em !important; |