提交 b1c9c485 编写于 作者: K Kevin Burke 提交者: tfennelly

Update menu dropdown styles

- Replaces thick shadow with a fuzzy shadow.

- adds more padding

- adds a pointer cursor to indicate the items are clickable.
上级 c37191bb
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册