Hide version link url from status bar

This commit is contained in:
LoveEevee
2018-10-13 02:52:21 +03:00
parent faff06bbbd
commit 09a3235574
3 changed files with 12 additions and 4 deletions

View File

@@ -236,11 +236,14 @@ kbd{
opacity: 0.7;
font-family: TnT, Meiryo, sans-serif;
}
#version:hover{
opacity: 1;
}
#version a {
#version-link{
color: #FFFFFF;
text-decoration: none;
cursor: default;
pointer-events: none;
}
.version-hide{