~midori/midori/gtk3WebKit2only

1643 by Alexander Butenko
Initial code for the form history extension
1
div.suggestions {
1998 by Alexander Butenko
Optimize and clean-up form history
2
    -webkit-appearance: listbox;
1643 by Alexander Butenko
Initial code for the form history extension
3
    text-align: left;
4
    position: absolute;
1990 by Alexander Butenko
Re-use the auto suggestion box and make sure it's not overlapped
5
    z-index: 999;
1643 by Alexander Butenko
Initial code for the form history extension
6
}
7
div.suggestions div {
8
    cursor: default;
9
    padding: 0px 3px;
10
}
11
div.suggestions div.current {
12
    background-color: #3366cc;
13
    color: white;
14
}