Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15 from Yogpod/patch-1
Browse files Browse the repository at this point in the history
Make IP address in server browser selectable
  • Loading branch information
Gaerisson committed Dec 7, 2020
2 parents 46c395e + 9fcba7b commit 8a63102
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions garrysmod/html/css/menu/Servers.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,15 @@ A.bglink
float: right;
border: 1px solid white;
-webkit-transition: border 0.50s, background-color 0.50s;
user-select: text;
}

A.bglink:hover
{
background-color: rgba(124, 176, 255, 0.68);
border: 1px solid #007dff;
-webkit-transition: border 0.50s, background-color 0.50s;
user-select: text;
}

.serverinfo
Expand All @@ -341,6 +343,7 @@ A.bglink:hover
border: 1px solid;
border-color: #2c87e0;
border-width: 4px 0px 0px 0px;
user-select: text;
}

.serverinfo name
Expand All @@ -352,6 +355,7 @@ A.bglink:hover
overflow: hidden;
width: 100%;
letter-spacing: -1px;
user-select: text;
}

.serverinfo button
Expand Down

0 comments on commit 8a63102

Please sign in to comment.