1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-25 13:45:23 +02:00

Masterserver show privs and js autoload

This commit is contained in:
proller
2013-11-04 04:55:35 +04:00
parent 0fd29b7e09
commit 4a8a50a2a2
7 changed files with 35 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
border: 1px solid gray;
}
.hover_list{
.mts_hover_list{
visibility: hidden;
border: gray solid 1px;
position: absolute;
@@ -20,12 +20,11 @@
padding: 0.5em;
}
td:hover .hover_list {
td:hover .mts_hover_list {
visibility: visible;
}
.hover_list_text, .tooltip {
.mts_hover_list_text, .mts_tooltip {
text-decoration: underline;
text-decoration-style: dashed;
}