forked from I2P_Developers/i2p.i2p
move page nav
This commit is contained in:
@@ -566,6 +566,10 @@ input[type=image], thead img {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
thead img.disable, img.disable:hover {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
input[type=image]:hover, thead img:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
@@ -572,6 +572,10 @@ input[type=image], thead img {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
thead img.disable, img.disable:hover {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
input[type=image]:hover, thead img:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
@@ -424,6 +424,10 @@ table.SnarkDirInfo {
|
||||
padding: 0 3px !important;
|
||||
}
|
||||
|
||||
thead img.disable, img.disable:hover {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.SnarkDirInfo td {
|
||||
min-width: 0px !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user