diff --git a/src/css/sr2ini.scss b/src/css/sr2ini.scss index 8298200..d3f1c38 100644 --- a/src/css/sr2ini.scss +++ b/src/css/sr2ini.scss @@ -172,10 +172,8 @@ body { button { font-family: Electrolize; } -button:focus { - filter: brightness(150%) !important; - outline: none; -} +//button:focus { +//} .sr2-button { background: transparent; @@ -198,6 +196,8 @@ button:focus { &:focus { border: .1rem solid $bg !important; box-shadow: 0 0 .3rem $bg-bright, 0 0 .6rem $bg, 0 0 1.2rem $bg-dark !important; + filter: brightness(150%) !important; + outline: none; } &:disabled { @@ -395,7 +395,7 @@ header.navbar { --aug-inlay-bg: rgba(0, 0, 0, .5); --aug-border-opacity: .75; - padding-top: .7remx; + padding-top: .7rem; padding-bottom: .7rem; position: absolute; z-index: 200; @@ -418,6 +418,8 @@ header.navbar { .damage-monitor { padding: .5rem; + td { padding: .1rem; } + button { border: none; border-radius: 0; @@ -432,6 +434,19 @@ header.navbar { height: 100%; width: 100%; } + + &:focus { + outline: none; + animation: .6s alternate ease-in-out infinite pulse; + animation-delay: -.3s; + } + + @keyframes pulse { + from { filter: brightness(.85) } + 50% { filter: brightness(1); } + to { filter: brightness(1.15); } + } + } .damage-stun {