Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/game_blessing/blessing.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
position: relative;
width: 615px;
height: 410px;
display: block;
}

/* Layout containers */
Expand Down
2 changes: 2 additions & 0 deletions modules/game_rewardwall/game_rewardwall.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
margin-left: 90px;
border-color: #00000077;
height: 71px;
--phantom: true;
}

.premium-message {
Expand Down Expand Up @@ -131,6 +132,7 @@
.reward-arrow-loop {
--image-offset: -466 90;
--image-size: 435 13;
--phantom: true;
}

.premium-panel {
Expand Down
2 changes: 1 addition & 1 deletion modules/game_rewardwall/game_rewardwall.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
onclick="self:onClickDisplayWindowsPickRewardWindow(event)"></RewardButton3>
<div id="rewardGold7" class="reward-label" onhover="self:onhoverStatusReward(event)"></div>
</div>
<img src="/game_rewardwall/images/icon-rewardarrow-loop-inactive" id="arrowLoop" class="reward-arrow-loop" />
<img src="/game_rewardwall/images/icon-rewardarrow-loop-inactive" id="arrowLoop" class="reward-arrow-loop" focusable="false"/>
</div>

<!-- Premium Status Panel -->
Expand Down
1 change: 1 addition & 0 deletions modules/game_shaders/shaders.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.content {
padding: 40;
width: 200px;
height: 90px;
}

select {
Expand Down