From b1c9c485ba3d1144dd01199d8ac9974c339332ef Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Tue, 17 Jun 2014 10:22:27 -0700 Subject: [PATCH] Update menu dropdown styles - Replaces thick shadow with a fuzzy shadow. - adds more padding - adds a pointer cursor to indicate the items are clickable. --- war/src/main/webapp/css/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index c2fdb48cbf..55f4aa6914 100644 --- a/war/src/main/webapp/css/style.css +++ b/war/src/main/webapp/css/style.css @@ -910,6 +910,25 @@ DIV.yahooTree td { margin-bottom: 1em; } +#jenkins .yuimenuitem { + font-size: 12px; + padding: 3px; +} + +#jenkins .yuimenuitem, +#jenkins .yuimenuitemlabel { + cursor: pointer; +} + +#jenkins .yuimenu .bd { + border: 1px solid #ccc; + box-shadow: 0px 3px 10px #bbb; +} + +#jenkins .yui-menu-shadow { + display: none; +} + /* ========================= search box at the top-right of the page ========================= */ #search-box { background: white url(../images/16x16/search.png) no-repeat 2px center; -- GitLab