Update the find bar ui status.

This commit is contained in:
Brendan Dahl 2012-09-28 11:18:45 -07:00
parent 2a1264a746
commit 38193b1887
3 changed files with 63 additions and 26 deletions

View file

@ -282,9 +282,17 @@ html[dir='rtl'] #sidebarContent {
font-size: 12px;
line-height: 14px;
text-align: left;
cursor: default;
}
.findbar label {
-webkit-user-select:none;
-moz-user-select:none;
cursor: default;
}
#findMsg {
font-style: italic;
color: #A6B7D0;
}
.notFound {