mirror of
https://github.com/znc/znc.git
synced 2026-05-18 07:15:54 +02:00
Minor webmods skin fixes.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1853 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
<tr>
|
||||
<td>Save:</td>
|
||||
<td><input type="checkbox" name="save" id="save" value="true"<? IF InConfig ?> checked="checked"<? ENDIF ?> /><label for="save"> Save to config</label></td>
|
||||
<td><input type="checkbox" class="checkbox" name="save" id="save" value="true"<? IF InConfig ?> checked="checked"<? ENDIF ?> /><label for="save"> Save to config</label></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
@@ -92,12 +92,11 @@ a:visited,
|
||||
a:hover {
|
||||
font-family: verdana;
|
||||
font-size: 12px;
|
||||
color: #000;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@@ -239,6 +238,10 @@ a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* !MENU */
|
||||
|
||||
#footerbar {
|
||||
|
||||
Reference in New Issue
Block a user