Opened 9 years ago
Closed 8 years ago
#3097 closed enhancement (fixed)
Active user picon displayed with gray background in User tab
Reported by: | thatfellow | Owned by: | alno |
---|---|---|---|
Priority: | trivial | Component: | Webinterface |
Severity: | low | Keywords: | webif picon user tab transparent |
Cc: | Sensitive: | no |
Description
Reason for enhancement
When using transparent picon set with oscam's default css style(site.css),the picon on the user tab is displayed with a gray background when the user is active. This is purely a cosmetic enhancement but it looks a lot more consistent when the standard green runs through the background of the picon cell.
The solution is to change line 84 in site.css from
TR.online TD.usercol5 {background-color:#646464;}
to
TR.online TD.usercol5 {background-color:#BBFFAA;}
Possible impacts on other features
I cannot imagine that this would negatively impact anything else in oscam..
Attachments (4)
Change History (18)
by , 9 years ago
Attachment: | Default Webif User.png added |
---|
by , 9 years ago
Attachment: | Default Webif User After.png added |
---|
After modification to default webif css
comment:2 by , 9 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 9 years ago
@gf this was done by intent because the standard picons are optimized for a dark background. after your change the standard picons look very bad. that´s why i changed this long time ago to grey. please revert this!
by , 9 years ago
Attachment: | Capturegreen.JPG added |
---|
by , 9 years ago
Attachment: | Capturegrey.JPG added |
---|
comment:4 by , 9 years ago
the best colour would be black, but this was a bit too hard that´s why i decided to use grey.
comment:5 by , 9 years ago
In my opinion, they still looks bad with the gray. It just looks inconsistant with the webif css style... Would It be possible to implement a variable in the webif to select normal (Green) or black background? To be honest, this is not a big issue, I just thought the Gray cell made the webif look a little tacky..
comment:7 by , 9 years ago
this is the correct way if YOU like to change it: http://www.streamboard.tv/wbb2/thread.php?threadid=34514
comment:9 by , 9 years ago
Well I think that the original change to make the cell gray has more of a negative effect visually than the picon you displayed in comment 3... But again, this is all cosmetic..
comment:10 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
sure, grey is a compromise. a white background is too bright and you can´t see white picons, a black background is too dark and you can´t see black picons. whatever colour you pick somebody will complain about. that´s why we have the template system so everybody can customize the oscam web-if the way he likes without the need to modify the trunk on a daily basis...
tnx gf for reverting it!
comment:12 by , 9 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:13 by , 9 years ago
Hello
if background is dark, please change text to white, as now it is dark bg and black text.
But please remember, when background is yellow (inactive user) text need to be black.
Before modification to default webif css