Make actions dropdown easier to find by making the dropdown title bold
This commit is contained in:
parent
0ec03aa0f4
commit
20f1bf215a
|
@ -69,7 +69,7 @@
|
|||
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
|
||||
<a class="dropdown-toggle actions" data-toggle="dropdown" href="#">
|
||||
Actions
|
||||
<b class="caret"></b>
|
||||
</a>
|
||||
|
|
|
@ -95,3 +95,7 @@ td.nowrap {
|
|||
.override-link a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.actions {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue