diff options
Diffstat (limited to 'util/master/style.css')
-rw-r--r-- | util/master/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/util/master/style.css b/util/master/style.css index 638b51f80..a83794041 100644 --- a/util/master/style.css +++ b/util/master/style.css @@ -11,4 +11,8 @@ td, th { div#table table { width: 100%; -}
\ No newline at end of file +} + +.mts_mods {visibility: hidden; border:gray solid 1px; position:absolute; z-index:100; background-color:white; padding:.5em;} +.mts_version:hover .mts_mods {visibility: visible;} +.mts_version {text-decoration:underline; text-decoration-style:dashed;}
\ No newline at end of file |