make helpers and history lists look better
This commit is contained in:
parent
ca2a91f2d4
commit
de06822125
1 changed files with 18 additions and 0 deletions
|
|
@ -99,6 +99,9 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: blue;
|
color: blue;
|
||||||
}
|
}
|
||||||
|
.clickable:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
img.icon {
|
img.icon {
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
|
|
@ -162,3 +165,18 @@ a:link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#helper_list, #history_list {
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0 0 0 1.5em;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#helper_list li, #history_list li {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
#helper_list li.clickable:hover, #history_list li.clickable:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue