|
16 | 16 | <div class="left-side" id="leftSide"> |
17 | 17 | <img class="cookie pointer" id="cookie" src="img/cookie.png" alt="cookie" draggable="false"> |
18 | 18 | <div class="cookie-counter-wrapper"> |
19 | | - <h3 class="cookie-counter shadow">Cookies: <span id="cookieCount">0</span></h3> |
| 19 | + <h3 class="cookie-counter">Cookies: <span id="cookieCount">0</span></h3> |
20 | 20 | <h4 class="cookies-per-second-counter">Cookies Per Second: <span id="cookiesPerSecondCount">0</span></h4> |
21 | 21 | </div> |
22 | 22 | <p class="saving-indicator" id="savingIndicator">Saved!</p> |
@@ -128,14 +128,14 @@ <h2>Miscellaneous:</h2> |
128 | 128 | <button class="data-button pointer" id="listModsButton" style="margin-top:3px; margin-left:0px;">List Mods</button> |
129 | 129 | </div> |
130 | 130 | </div> |
131 | | - <div class="tooltip absolute no-display" id="tooltip"> |
| 131 | + <div class="tooltip no-display" id="tooltip"> |
132 | 132 | <div class="tooltip-content"> |
133 | | - <p class="tooltip-name black" id="tooltipName">Name</p> |
134 | | - <p class="tooltip-price absolute black" id="tooltipPrice">Price</p> |
135 | | - <p class="tooltip-description black" id="tooltipDesc">Description</p> <!-- Hidden when buildings are hovered since they have no description --> |
136 | | - <p class="tooltip-quote black" id="tooltipQuote">"Quote"</p> |
137 | | - <p class="tooltip-stats black" id="tooltipProduces">Produces</p><!-- Hidden when upgrades are hovered since they have no produces/producing --> |
138 | | - <p class="tooltip-stats black" id="tooltipProducing">Producing</p> |
| 133 | + <p class="tooltip-name" id="tooltipName">Name</p> |
| 134 | + <p class="tooltip-price" id="tooltipPrice">Price</p> |
| 135 | + <p class="tooltip-description" id="tooltipDesc">Description</p> <!-- Hidden when buildings are hovered since they have no description --> |
| 136 | + <p class="tooltip-quote" id="tooltipQuote">"Quote"</p> |
| 137 | + <p class="tooltip-stats" id="tooltipProduces">Produces</p><!-- Hidden when upgrades are hovered since they have no produces/producing --> |
| 138 | + <p class="tooltip-stats" id="tooltipProducing">Producing</p> |
139 | 139 | </div> |
140 | 140 | </div> |
141 | 141 | </div> <!-- end middle --> |
|
0 commit comments