From 20f1bf215ac44f8d177ea92286bde519676f7e42 Mon Sep 17 00:00:00 2001 From: Rob Vermaas <rob.vermaas@gmail.com> Date: Tue, 8 Oct 2013 13:32:46 +0200 Subject: [PATCH] Make actions dropdown easier to find by making the dropdown title bold --- src/root/build.tt | 2 +- src/root/static/css/hydra.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/root/build.tt b/src/root/build.tt index 9eff2d65..dde0e631 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -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> diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index dd6f393a..c407e439 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -95,3 +95,7 @@ td.nowrap { .override-link a { color: inherit; } + +.actions { + font-weight:bold; +}