Ongoing UI enhancements; peers.jsp gets some love.
This commit is contained in:
@ -641,4 +641,26 @@ form {}
|
||||
font-size: 8pt;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.optbox {
|
||||
min-width: 16px !important;
|
||||
max-width: 16px !important;
|
||||
width: 16px !important;
|
||||
min-height: 16px;
|
||||
max-height: 16px;
|
||||
height: 16px;
|
||||
opacity: 1.0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.optbox:hover {
|
||||
min-width: 16px !important;
|
||||
max-width: 16px !important;
|
||||
width: 16px !important;
|
||||
min-height: 16px;
|
||||
max-height: 16px;
|
||||
height: 16px;
|
||||
opacity: 1.0;
|
||||
border: 0;
|
||||
}
|
Reference in New Issue
Block a user