אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Common.css"

477 בייטן אראפגענומען ,  פֿאַר 2 יאָר
p
(דערווייליגע פראבע)
צייכן: צוריקגעשטעלט
(p)
צייכן: צוריקגעשטעלט
שורה 1,344: שורה 1,344:
}
}


.suggestions-description {
.suggestions-results:nth-child(even) {
font-size: small;
    color: #afb7bd;
}
.suggestions-result-0:not(.suggestions-result-current) {
color: #000;
margin: 0;
line-height: 1.5em;
padding: 0.01em 0.25em;
text-align: left;
/* Apply ellipsis to suggestions */
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background-color: white;
background-color: white;
}
}


.suggestions-result-1:not(.suggestions-result-current) {
.suggestions-results:nth-child(odd) {
color: #000;
margin: 0;
line-height: 1.5em;
padding: 0.01em 0.25em;
text-align: left;
/* Apply ellipsis to suggestions */
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background-color: #f2f2f2;
background-color: #f2f2f2;
}
}


/*  
/* default style for selected result, overwrites the above. Change as needed */
// default style for selected result. Change as needed
.suggestions-result-current {
.suggestions-result-current {
background-color: #2a4b8d;
background-color: #2a4b8d;
color: #fff;
color: #fff;
}
}
*/