File tree Expand file tree Collapse file tree 5 files changed +33
-4
lines changed Expand file tree Collapse file tree 5 files changed +33
-4
lines changed Original file line number Diff line number Diff line change @@ -421,7 +421,6 @@ body.expand #topbar .topbar-left .logo span {
421
421
}
422
422
}
423
423
# search {
424
- border-bottom : 1px solid # ddd ;
425
424
padding-top : 8px ;
426
425
}
427
426
.btn-search {
@@ -451,6 +450,10 @@ color: #ddd;
451
450
min-width : 15rem ;
452
451
}
453
452
453
+ # Path_21097 , # Line_828 , # Path_21098 {
454
+ fill : {{ setting_value('visiosoft.theme.defaultadmin::primary_color' ) }} !important ;
455
+ }
456
+
454
457
@media (max-width : 767px ) {
455
458
body .expand # search {
456
459
display : none;
Original file line number Diff line number Diff line change 21
21
<button class =" btn user-action-dropdown dropdown-toggle none-border" >
22
22
{{ name | raw }}
23
23
</button >
24
- {{ img(user().file).width(47 ).class(' rounded-circle' )| raw }}
24
+ {% if user().file is not empty %}
25
+ {{ img(user().file).width(47 ).class(' rounded-circle' )| raw }}
26
+ {% else %}
27
+ {{ img(' theme::img/no-avatar.svg' ).width(47 ).class(' rounded-circle' )| raw }}
28
+ {% endif %}
25
29
</a >
26
30
<ul class =" dropdown-menu-right dropdown-menu" >
27
31
<li class =" dropdown-item" >
28
32
<a href =" /" target =" _blank" >
29
- < i class = " fa fa-external-link " ></ i >
33
+ {{ img( ' theme::img/view_site.svg ' ).data | raw }}
30
34
{{ trans(' theme::control_panel.view_site' ) }}
31
35
</a >
32
36
</li >
33
37
<li class =" dropdown-item" >
34
38
<a href =" /admin/logout" >
35
- < i class = " fa fa-power-off " ></ i >
39
+ {{ img( ' theme::img/logout.svg ' ).data | raw }}
36
40
{{ trans(' theme::control_panel.logout' ) }}
37
41
</a >
38
42
</li >
You can’t perform that action at this time.
0 commit comments