diff options
-rw-r--r-- | core/css/apps.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 93e60fbfbf1..f91f78d52f8 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -104,6 +104,12 @@ em { opacity: 1; box-shadow: inset 2px 0 #0082c9; } + li > a:first-child img { + margin-bottom: -3px; + margin-right: 11px; + width: 16px; + margin-left: 2px; + } .collapse { display: none; /* hide collapse button initially */ |