Skip to content

Commit 10898ff

Browse files
[NeoGlass] Add trade & numberInput pad & contextual menu monster
1 parent 3de1615 commit 10898ff

File tree

1 file changed

+44
-4
lines changed

1 file changed

+44
-4
lines changed

src/app/mods/alternative-themes/themes/neoGlass.ts

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,9 @@ const neoGlass = `
722722
.ToaWindow .rewardsDisplay .Slot,
723723
.PresetsBox .setSlotsBox .Slot,
724724
.window.FightEndWindow .TableV2 .row .col .dropRow .ItemSlot,
725-
.window.padLockWindow .codeContainer .codeDigitContainer {
725+
.window.padLockWindow .codeContainer .codeDigitContainer,
726+
.TradeSpace .slotBox .slots,
727+
.numberInputPad .displayContainer .digitBox {
726728
background: none;
727729
}
728730
.window .QuestsWindow .rewardSlot::before,
@@ -737,7 +739,9 @@ const neoGlass = `
737739
.ToaWindow .rewardsDisplay .Slot::before,
738740
.PresetsBox .setSlotsBox .Slot::before,
739741
.window.FightEndWindow .TableV2 .row .col .dropRow .ItemSlot::before,
740-
.window.padLockWindow .codeContainer .codeDigitContainer::before {
742+
.window.padLockWindow .codeContainer .codeDigitContainer::before,
743+
.TradeSpace .slotBox .slots .Slot::before,
744+
.numberInputPad .displayContainer .digitBox::before {
741745
content: " ";
742746
z-index: -1;
743747
position: absolute;
@@ -938,6 +942,9 @@ const neoGlass = `
938942
color: %text_primary%;
939943
backdrop-filter: %blur%;
940944
}
945+
.ItemDescription .description {
946+
color: %text_secondary%;
947+
}
941948
942949
943950
/* Grip Handler *
@@ -1026,6 +1033,16 @@ const neoGlass = `
10261033
}
10271034
10281035
1036+
/* Contextual Menu Monster *
1037+
**********************************/
1038+
.ContextualMenuMonster {
1039+
background: none;
1040+
}
1041+
.ContextualMenuMonster .monsterInfosContainer .xp {
1042+
color: %text_secondary%;
1043+
}
1044+
1045+
10291046
/* Side tabs menu *
10301047
**********************************/
10311048
.WindowSideTabs {
@@ -1090,6 +1107,31 @@ const neoGlass = `
10901107
}
10911108
10921109
1110+
/* Trade / Exchange *
1111+
**********************************/
1112+
.TradeSpace .slotBox,
1113+
.TradeGold .kamaContent {
1114+
background: %primary_a30%;
1115+
border: 1px solid %primary_a30%;
1116+
}
1117+
.TradeGold .kamaContent .kamaInput input {
1118+
height: 100%;
1119+
}
1120+
1121+
1122+
/* Number Input Pad *
1123+
**********************************/
1124+
.numberInputPad .titleBar .title {
1125+
font-weight: bold;
1126+
background: none;
1127+
border: none;
1128+
margin-top: -3px;
1129+
}
1130+
.numberInputPad .displayContainer .digitBox {
1131+
color: %text_primary%;
1132+
}
1133+
1134+
10931135
10941136
/*******************************************************************
10951137
* Rules by window *
@@ -1745,8 +1787,6 @@ const neoGlass = `
17451787
background-color: #d02830;
17461788
}
17471789
1748-
/*TODO NumberInput pad*/
1749-
17501790
17511791
17521792
/*******************************************************************

0 commit comments

Comments
 (0)