Update the find bar ui status.
This commit is contained in:
parent
2a1264a746
commit
38193b1887
3 changed files with 63 additions and 26 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue