diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index c2fdb48cbf091be014dcb4bcf3f3b837b9f04cdb..55f4aa6914e7603ce3fc0dbc7ebb2caf555e941f 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;