fixed box-shadow attr on token equip assignation to .token-panel instead of .token-rails, where it belonged
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-03-17 00:39:19 -04:00
parent 01de6e7548
commit 1558bb02b4
2 changed files with 10 additions and 7 deletions

5
.gitignore vendored
View File

@@ -10,9 +10,8 @@
*.pyc *.pyc
__pycache__/ __pycache__/
local_settings.py local_settings.py
db.sqlite3 *.sqlite3
db.sqlite3-journal *.sqlite3-journal
container.db.sqlite3
media media
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/ # If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/

View File

@@ -125,10 +125,14 @@ html:has(.gate-overlay) {
&.ready { &.ready {
border-color: rgba(var(--terUser), 1); border-color: rgba(var(--terUser), 1);
button.token-rails {
box-shadow: box-shadow:
0 0 0.6rem rgba(var(--terUser), 0.6), 0 0 0.6rem rgba(var(--terUser), 0.6),
0 0 1.6rem rgba(var(--terUser), 0.25) 0 0 1.6rem rgba(var(--terUser), 0.25)
; ;
.rail { background: rgba(var(--terUser), 1); }
}
} }
&.pending, &.pending,