]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - css/unrealircd-admin.css
Run hook HOOKTYPE_PRE_FOOTER a little earlier
[irc/unrealircd/unrealircd-webpanel.git] / css / unrealircd-admin.css
index ab6e95be61e5a3c7e1e1741ac4ceb288bda31d85..04e2c4d2b91fa7bed3225637e8c554b411a00b55 100644 (file)
@@ -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;
 }
@@ -265,3 +257,17 @@ body {
         height: calc(100% - 60px - 50px);
     }
 }
+
+/* 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;
+}