X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/332be1fe8099e190ba4c4b37e2eb2db0db0c33de..cd26522ba6ff68c18e1504b022ca92f4d01827be:/css/unrealircd-admin.css diff --git a/css/unrealircd-admin.css b/css/unrealircd-admin.css index 0999bc6..04e2c4d 100644 --- a/css/unrealircd-admin.css +++ b/css/unrealircd-admin.css @@ -63,20 +63,12 @@ footer { } -/* Style the links inside the navigation bar */ -.topnav a { - float: left; - color: #f2f2f2; - text-align: center; - padding: 14px 16px; - text-decoration: none; - font-size: 17px; -} body { padding-top: 45px; background-image: url("../img/background.jpg"); + background-attachment: fixed; display: flex; flex-direction: column; } @@ -266,9 +258,16 @@ body { } } +/* Virtual link - hover effect (eg on Server Bans) */ .virtuallink { text-decoration: none; } .virtuallink:hover { text-decoration: underline; + cursor: pointer; +} + +/* TD that may wrap - eg for Reason / Topic */ +.tdwrap { + white-space: normal !important; }