Change lang icon to blue
This commit is contained in:
parent
96ef0bfd2b
commit
cc6c692cc5
2 changed files with 3 additions and 3 deletions
|
@ -227,4 +227,4 @@ class LogEntryAdmin(admin.ModelAdmin):
|
|||
diff_link.short_description = _("diff")
|
||||
|
||||
def queryset(self, request):
|
||||
return super().queryset(request).prefetch_related("content_type")
|
||||
return super().queryset(request).prefetch_related("content_type")
|
|
@ -720,11 +720,11 @@ math {
|
|||
}
|
||||
|
||||
#nav-lang-icon {
|
||||
color: gray;
|
||||
color: blue;
|
||||
cursor: pointer;
|
||||
}
|
||||
#nav-lang-icon:hover {
|
||||
color: darkgray;
|
||||
color: darkblue;
|
||||
}
|
||||
#lang-dropdown {
|
||||
padding: 4px 0;
|
||||
|
|
Loading…
Reference in a new issue