livehelperchat icon indicating copy to clipboard operation
livehelperchat copied to clipboard

[Low] Suggestion: status icon background

Open PeopleInside opened this issue 7 years ago • 0 comments

Hi , i would suggest a more clearer background for offline status or add an option to customize it.

Actually in the status widget template you cannot choose the background color for offline icon, the default is too dark for my website so i found way to customize by CSS on the widget theme.

I find more modern an nice to see from desktop but also mobile. I used this custom CSS:

#lhc_status_container #offline-icon {
background-color: #e3e3e3;
}

#lhc_container.lhc-min .status-icon.offline-status-icon {
	background-color: #e3e3e3 !important;
}

I think this can be seen as improvement (more nice to see) is just a suggestion, if you do not like you can close this suggestion.

darker clearer

PeopleInside avatar Jul 22 '18 22:07 PeopleInside