Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Favorite icon does not show up with Domoticz 2023.2 #80

Open
Patricen1 opened this issue Aug 14, 2023 · 4 comments
Open

Favorite icon does not show up with Domoticz 2023.2 #80

Patricen1 opened this issue Aug 14, 2023 · 4 comments

Comments

@Patricen1
Copy link

Even after a clear cache the star icon does not appear using Domoticz last stable version

@flatsiedatsie
Copy link
Owner

Thanks, but I am no longer supporting this theme. If you create a fix I will be happy to accept it though.

@domcars0
Copy link

domcars0 commented Sep 20, 2023

2 possibilities :
a) change the domoticz styles.css file (domoticz/www/css/style.css)
and comment out the overflow-x css value

table td.options {
  white-space: nowrap;
  /* overflow-x: hidden !important; */
}

b) If you do not want to modify the domoticz files you can change the custom.css aurora file

.item .options img.favorite, /* the future version */
.span3 td:last-of-type:not(.status) .lcursor,
.span4 td:last-of-type:not(.status) .lcursor{
    position: relative;
    top: 0px; /* -29 px; */
    left: 330px; /* 13px; */
    border-radius: 5px;
}

but this will move the favorite icon

@feelingwalnut
Copy link

try adding
table td.options {
overflow-x: visible !important;
}
toward the end of aurora custom.css and see if it overrides the domoticz style.css?

@nico21311
Copy link

nico21311 commented Dec 31, 2023

Thanks you for your solution it worked perfectly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants