made baritems unselectable

This commit is contained in:
neon443
2024-04-02 19:08:02 +01:00
parent 5b2df3937e
commit de984755d5
2 changed files with 7 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
<table style="width:100%">
<tr>
<td class="icn"><a href="https://neon443.github.io/eaglercraft152"><img src="images/minecraft/1.5.png" alt=""></a></td>
<td class="icn"><a href="https://neon443.github.io/eaglercraft188"><img src="images/minecraft/1.8.png" alt=""></a></td>
<td class="icn"><a href="https://neon443.github.io/eaglercraftX188"><img src="images/minecraft/1.8.png" alt=""></a></td>
</tr>
<tr>
<td class="label"><p>Minecraft 1.5.2</p></td>

View File

@@ -88,6 +88,9 @@ h3 {
font-size: 20px;
color: #222;
padding: 9.2px 12px;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}
.barItem h1 {
font-size: 30px;
@@ -167,9 +170,9 @@ td img:hover {
.barItem a:hover {
background-color: #888;
color: #222;
-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
-webkit-box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.8);
-moz-box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.8);
box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.8);
}
}