Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / resources / suggestionPicker.css
blob0281d0df5bfa04b0ac23ca86a681dec8c540604b
1 .suggestion-list {
2 list-style: none;
3 padding: 0;
4 margin: 0;
5 font: -webkit-small-control;
6 border: 1px solid #7f9db9;
7 background-color: white;
8 overflow: hidden;
11 .suggestion-list-entry {
12 white-space: nowrap;
13 height: 1.73em;
14 line-height: 1.73em;
15 -webkit-select: none;
16 cursor: default;
19 .suggestion-list-entry:focus {
20 outline: none;
23 .suggestion-list-entry .content {
24 padding: 0 4px;
27 .suggestion-list-entry .label {
28 text-align: right;
29 color: #737373;
30 float: right;
31 padding: 0 4px 0 20px;
34 .rtl .suggestion-list-entry .label {
35 float: left;
36 padding: 0 20px 0 4px;
39 .suggestion-list-entry .title {
40 direction: ltr;
41 display: inline-block;
44 .locale-rtl .suggestion-list-entry .title {
45 direction: rtl;
48 .measuring-width .suggestion-list-entry .label {
49 float: none;
50 margin-right: 0;
53 .suggestion-list .separator {
54 border-top: 1px solid #dcdcdc;
55 height: 0;