From 10898ff0579df47701714a86f2ec3cb971679a85 Mon Sep 17 00:00:00 2001 From: Flashacker Date: Tue, 8 Feb 2022 13:25:17 +0100 Subject: [PATCH] [NeoGlass] Add trade & numberInput pad & contextual menu monster --- .../alternative-themes/themes/neoGlass.ts | 48 +++++++++++++++++-- 1 file changed, 44 insertions(+), 4 deletions(-) diff --git a/src/app/mods/alternative-themes/themes/neoGlass.ts b/src/app/mods/alternative-themes/themes/neoGlass.ts index ebb3d96b..33e9585f 100644 --- a/src/app/mods/alternative-themes/themes/neoGlass.ts +++ b/src/app/mods/alternative-themes/themes/neoGlass.ts @@ -722,7 +722,9 @@ const neoGlass = ` .ToaWindow .rewardsDisplay .Slot, .PresetsBox .setSlotsBox .Slot, .window.FightEndWindow .TableV2 .row .col .dropRow .ItemSlot, - .window.padLockWindow .codeContainer .codeDigitContainer { + .window.padLockWindow .codeContainer .codeDigitContainer, + .TradeSpace .slotBox .slots, + .numberInputPad .displayContainer .digitBox { background: none; } .window .QuestsWindow .rewardSlot::before, @@ -737,7 +739,9 @@ const neoGlass = ` .ToaWindow .rewardsDisplay .Slot::before, .PresetsBox .setSlotsBox .Slot::before, .window.FightEndWindow .TableV2 .row .col .dropRow .ItemSlot::before, - .window.padLockWindow .codeContainer .codeDigitContainer::before { + .window.padLockWindow .codeContainer .codeDigitContainer::before, + .TradeSpace .slotBox .slots .Slot::before, + .numberInputPad .displayContainer .digitBox::before { content: " "; z-index: -1; position: absolute; @@ -938,6 +942,9 @@ const neoGlass = ` color: %text_primary%; backdrop-filter: %blur%; } + .ItemDescription .description { + color: %text_secondary%; + } /* Grip Handler * @@ -1026,6 +1033,16 @@ const neoGlass = ` } + /* Contextual Menu Monster * + **********************************/ + .ContextualMenuMonster { + background: none; + } + .ContextualMenuMonster .monsterInfosContainer .xp { + color: %text_secondary%; + } + + /* Side tabs menu * **********************************/ .WindowSideTabs { @@ -1090,6 +1107,31 @@ const neoGlass = ` } + /* Trade / Exchange * + **********************************/ + .TradeSpace .slotBox, + .TradeGold .kamaContent { + background: %primary_a30%; + border: 1px solid %primary_a30%; + } + .TradeGold .kamaContent .kamaInput input { + height: 100%; + } + + + /* Number Input Pad * + **********************************/ + .numberInputPad .titleBar .title { + font-weight: bold; + background: none; + border: none; + margin-top: -3px; + } + .numberInputPad .displayContainer .digitBox { + color: %text_primary%; + } + + /******************************************************************* * Rules by window * @@ -1745,8 +1787,6 @@ const neoGlass = ` background-color: #d02830; } - /*TODO NumberInput pad*/ - /*******************************************************************