Add classes for labels and hyperlinks in in about

This commit is contained in:
Sergey Luzyanin
2021-04-08 21:34:18 +03:00
parent 47df89b5d4
commit 2bddb0fcd7

View File

@ -277,6 +277,7 @@ label.header {
user-select: none;
}
.defaultcenterlable {
color: #444444;
cursor: default;
@ -294,6 +295,31 @@ label.header {
width: 100%;
}
.aboutlable {
color: #444444;
cursor: default;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
a.aboutlink {
color: #444444;
text-decoration: none;
}
a.aboutlink:hover {
text-decoration: underline;
}
a.aboutlink:active {
text-decoration: underline;
}
.noselect{
-khtml-user-select: none;
user-select: none;