Skip to content

Commit

Permalink
Fix for alerts in TOOLS/UPDATE GRAVITY
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalSvatos committed Mar 23, 2023
1 parent 8c3def9 commit 2fcb6ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Run the same commands directly in the container as shown [here](https://github.c
_Note: I didn't test it myself._

## Changelog
**1.5.4**
- FIX - "TOOLS / UPDATE GRAVITY" section alerts (thx [tismofied](https://github.com/tismofied), [issue](https://github.com/MichalSvatos/pi-hole-lcars-next-gen/issues/3))

**1.5.3**
- FIX - Fit all the buttons in the "SYSTEM" section on one line
- NEW - Showing IP address on checkbox hover in "SYSTEM / DNS" section
Expand Down
4 changes: 2 additions & 2 deletions lcars.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
- Document: Pi-hole LCARS Next Generation Theme
- Version: 1.5.3
- Version: 1.5.4
- Author: @MichalSvatos, rdwebdesign (author of the original theme)
- Description: LCARS Theme for Pi-hole dashboard. Based on the original theme but heavily customized and refactored (WIP).
- Disclaimer: Due to fact that I have the access only to CSS I was forced to use some !importants and a lot of IDs. I'm sorry.
Expand Down Expand Up @@ -2612,7 +2612,7 @@ table.dataTable tr.selected th.select-checkbox::after {
border-radius: calc(var(--gap) * 1.5);
}

.alert {
.alert[style] {
animation: loadingBlink 1.5s ease-in-out forwards;
transition: all ease-in-out 1s;
color: var(--color-background) !important;
Expand Down

0 comments on commit 2fcb6ff

Please sign in to comment.