Add ammo to the gear types, and get more design stuff for the AmmoTracker
This commit is contained in:
parent
96e4d09e7b
commit
3ae7e9489a
9 changed files with 85 additions and 11 deletions
|
|
@ -1,5 +1,4 @@
|
|||
.ripcrypt.popover.frameless button,
|
||||
.ripcrypt.hud button,
|
||||
.ripcrypt:where(.popover.frameless, .hud) button,
|
||||
.ripcrypt > .window-content button {
|
||||
all: revert;
|
||||
outline: none;
|
||||
|
|
|
|||
|
|
@ -36,6 +36,9 @@
|
|||
}
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
> li {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,6 +27,16 @@
|
|||
--col-gap: 2px;
|
||||
--row-gap: 0px;
|
||||
|
||||
/* Popover Variables */
|
||||
--popover-text: var(--base-text);
|
||||
--popover-background: var(--base-background);
|
||||
|
||||
--popover-alt-row-text: var(--alt-row-text);
|
||||
--popover-alt-row-background: var(--alt-row-background);
|
||||
|
||||
--popover-header-text: var(--header-text);
|
||||
--popover-header-background: var(--header-background);
|
||||
|
||||
/* Additional Variables */
|
||||
--string-tags-border: inherit;
|
||||
--string-tags-tag-background: inherit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue