summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/src/less/logicodev/preferences.less
blob: ccd0b024979bfc360100c72b8747a37b65bb87c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.table > tbody > tr > td, .table > tbody > tr > th {
    vertical-align: middle !important;
}

.nav-tabs.nav-justified{
  margin-bottom: 20px;
}

p {
    margin: 10px 0;
}

input.cursor-text {
    margin: 10px 0;
}

.engine-tooltip {
    display: none;
    position: absolute;
    padding: 0.5rem 1rem;
    margin: 0rem 0 0 2rem;
    border: 1px solid #ddd;
    background: white;
    font-size: 14px;
    font-weight: normal;
    z-index: 1000000; 
}

th:hover .engine-tooltip, .engine-tooltip:hover {
    display: inline-block;
}