Make actions dropdown easier to find by making the dropdown title bold

This commit is contained in:
Rob Vermaas
2013-10-08 13:32:46 +02:00
parent 0ec03aa0f4
commit 20f1bf215a
2 changed files with 5 additions and 1 deletions

View File

@ -95,3 +95,7 @@ td.nowrap {
.override-link a {
color: inherit;
}
.actions {
font-weight:bold;
}