File tree Expand file tree Collapse file tree 6 files changed +39
-4
lines changed Expand file tree Collapse file tree 6 files changed +39
-4
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ body {
102
102
.table td a : hover {
103
103
color : {{ setting_value('visiosoft.theme.defaultadmin::dark_links_hover_active_color' )}};
104
104
}
105
+ # Path_21097 , # Line_828 , # Path_21098 {
106
+ fill : {{ setting_value('visiosoft.theme.defaultadmin::dark_text_color' ) }} !important ;
107
+ }
105
108
.page-info {
106
109
background : {{ setting_value('visiosoft.theme.defaultadmin::dark_background_color' )}};
107
110
color : {{ setting_value('visiosoft.theme.defaultadmin::dark_text_color' )}} !important ;
@@ -408,4 +411,7 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::dark_background_color') }
408
411
}
409
412
.help-icon svg # Path_20512 , # Path_20511 {
410
413
fill : {{ setting_value('visiosoft.theme.defaultadmin::dark_text_color' ) }};
414
+ }
415
+ .progress-end-date {
416
+ color : {{ setting_value('visiosoft.theme.defaultadmin::dark_text_color' ) }} !important ;
411
417
}
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